Compose Unstyled 2.0 is out! Check the official announcement blog ->
Class

TimePickerSelectionMode

The selection mode for the time picker

Source set: Common
value class TimePickerSelectionMode private constructor(val value: Int)

The selection mode for the time picker

Companion Object

Properties

Source set: Common
val Hour = TimePickerSelectionMode(0)
Source set: Common
val Minute = TimePickerSelectionMode(1)

Last updated: