CupertinoTimerPickerMode enum

Different modes of CupertinoTimerPicker.

See also:

Inheritance

Constructors

CupertinoTimerPickerMode()
const

Values

hm → const CupertinoTimerPickerMode

Mode that shows the timer duration in hour and minute.

Examples: 16 hours | 14 min.

ms → const CupertinoTimerPickerMode

Mode that shows the timer duration in minute and second.

Examples: 14 min | 43 sec.

hms → const CupertinoTimerPickerMode

Mode that shows the timer duration in hour, minute, and second.

Examples: 16 hours | 14 min | 43 sec.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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.