🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

TimePickerDisplayMode

Represents the display mode for the content of a TimePickerDialog.

Source set: Common
public class TimePickerDisplayMode internal constructor(internal val value: Int)

Represents the display mode for the content of a TimePickerDialog.

Defines the different ways a user can interact with the time picker, such as using a visual clock-like picker or entering the time via text input.

Members

Companion

Source set: Common
public companion object

Properties

Picker

Source set: Common
public val Picker: TimePickerDisplayMode

Time picker input mode

Input

Source set: Common
public val Input: TimePickerDisplayMode

Time text input mode

Scroll

Source set: Common
public val Scroll: TimePickerDisplayMode

Time scroll wheel mode.

This mode displays the time selection using vertical scroll wheels (e.g. ScrollField).

Content updated: