CountdownDisplayStyle enum
Display styles for the countdown timer
Values
- compact → const CountdownDisplayStyle
-
Compact display with icon and time
- detailed → const CountdownDisplayStyle
-
Detailed display with title and larger time
- circular → const CountdownDisplayStyle
-
Circular progress indicator with time in center
- minimal → const CountdownDisplayStyle
-
Minimal display - just the time
- bottomBar → const CountdownDisplayStyle
-
Bottom bar style for navigation bars
- card → const CountdownDisplayStyle
-
Card style with elevation and rounded corners
- gradient → const CountdownDisplayStyle
-
Gradient style with background gradient
- digital → const CountdownDisplayStyle
-
Digital display with segmented digits
- analog → const CountdownDisplayStyle
-
Analog clock style display
- progressBar → const CountdownDisplayStyle
-
Progress bar style with time overlay
- floating → const CountdownDisplayStyle
-
Floating action button style
- notification → const CountdownDisplayStyle
-
Notification badge style
- custom → const CountdownDisplayStyle
-
Custom style using custom builder
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<
CountdownDisplayStyle> - A constant List of the values in this enum, in order of their declaration.