TimeLabelLocation enum
This is where the current time and total time labels should appear in relation to the progress bar.
Values
- above → const TimeLabelLocation
-
The time is displayed above the progress bar.
| 01:23 05:00 | | -------O---------------- |
- below → const TimeLabelLocation
-
The time is displayed below the progress bar.
| -------O---------------- | | 01:23 05:00 |
- sides → const TimeLabelLocation
-
The time is displayed on the sides of the progress bar.
| 01:23 -------O---------------- 05:00 |
- none → const TimeLabelLocation
-
The time is not displayed.
| -------O---------------- |
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<
TimeLabelLocation> - A constant List of the values in this enum, in order of their declaration.