Radius

data class Radius

Represents the available border radius in OUDS.

Properties

Link copied to clipboard
val default: Dp

The standard radius used for most components.

Link copied to clipboard
val large: Dp

A large radius for significantly rounded corners.

Link copied to clipboard
val medium: Dp

A medium radius for noticeable rounding.

Link copied to clipboard
val none: Dp

No radius (0 dp), resulting in square corners.

Link copied to clipboard
val pill: Dp

A fully rounded radius.

Link copied to clipboard
val small: Dp

A small radius for subtle rounding.