PickerDividerWidth

sealed interface PickerDividerWidth

Describes how wide the selection dividers of a Picker should be rendered.

See also

Inheritors

Types

Link copied to clipboard
data object Fill : PickerDividerWidth

The divider fills the full width of the picker column.

Link copied to clipboard
data class Fixed(val width: Dp) : PickerDividerWidth

The divider has a fixed width, centered horizontally.

Link copied to clipboard
data class Fraction(val fraction: Float) : PickerDividerWidth

The divider spans a fraction of the picker column width, centered horizontally.