CupertinoTimerPickerMode enum Null safety
Different modes of CupertinoTimerPicker.
See also:
- CupertinoTimerPicker, the class that implements the iOS-style timer picker.
- CupertinoPicker, the class that implements a content agnostic spinner UI.
Constants
- hm → const CupertinoTimerPickerMode
-
Mode that shows the timer duration in hour and minute.
Examples: 16 hours | 14 min.
const CupertinoTimerPickerMode(0)
- hms → const CupertinoTimerPickerMode
-
Mode that shows the timer duration in hour, minute, and second.
Examples: 16 hours | 14 min | 43 sec.
const CupertinoTimerPickerMode(2)
- ms → const CupertinoTimerPickerMode
-
Mode that shows the timer duration in minute and second.
Examples: 14 min | 43 sec.
const CupertinoTimerPickerMode(1)
-
values
→ const List<
CupertinoTimerPickerMode> -
A constant List of the values in this enum, in order of their declaration.
const List<
CupertinoTimerPickerMode>
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