TimePickerEntryMode enum Null safety
Interactive input mode of the time picker dialog.
In TimePickerEntryMode.dial mode, a clock dial is displayed and the user taps or drags the time they wish to select. In TimePickerEntryMode.input] mode, TextFields are displayed and the user types in the time they wish to select.
Constants
- dial → const TimePickerEntryMode
-
Tapping/dragging on a clock dial.
const TimePickerEntryMode(0)
- input → const TimePickerEntryMode
-
Text input.
const TimePickerEntryMode(1)
-
values
→ const List<
TimePickerEntryMode> -
A constant List of the values in this enum, in order of their declaration.
const List<
TimePickerEntryMode>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited