CupertinoTimerPickerMode enum
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.
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
- name → String
- 
      Available on Enum, provided by the EnumName extension The name of the enum value.no setter
- 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.