Width

data class Width

Represents the available border widths in OUDS.

Properties

Link copied to clipboard
val default: Dp

The standard border width used for most cases.

Link copied to clipboard
val focus: Dp

The border width used to indicate focus states.

Link copied to clipboard

The width of the inner border (inset) used in focus states to create a double-border effect.

Link copied to clipboard
val medium: Dp

A medium border width for increased visibility.

Link copied to clipboard
val none: Dp

Width of 0 dp, used when no border is visible.

Link copied to clipboard
val thick: Dp

A thick border width for emphasis.

Link copied to clipboard
val thicker: Dp

A very thick border width for strong emphasis.

Link copied to clipboard
val thin: Dp

A thinner border width for subtle separations.