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.
Constructors
- CupertinoTimerPickerMode()
-
const
Values
- hm → const CupertinoTimerPickerMode
-
Mode that shows the timer duration in hour and minute.
Examples: 16 hours | 14 min.
CupertinoTimerPickerMode()
- ms → const CupertinoTimerPickerMode
-
Mode that shows the timer duration in minute and second.
Examples: 14 min | 43 sec.
CupertinoTimerPickerMode()
- hms → const CupertinoTimerPickerMode
-
Mode that shows the timer duration in hour, minute, and second.
Examples: 16 hours | 14 min | 43 sec.
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
CupertinoTimerPickerMode> -
A constant List of the values in this enum, in order of their declaration.
[hm, ms, hms]