TimerOptionStyleParamsModel class
A data class that defines the style parameters for the timer option.
This model provides customization options for the appearance and behavior of the timer option slider.
Constructors
- TimerOptionStyleParamsModel({int? initialValue, BoxDecoration? decoration, BoxDecoration? thumbDecoration, Duration? duration, Curve? curve})
-
const
Properties
- curve → Curve?
-
The curve to use for the thumb animation.
final
- decoration → BoxDecoration?
-
The decoration to apply to the timer option slider's background.
final
- duration → Duration?
-
The duration over which the thumb animates to its new position.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialValue → int?
-
The initial value of the timer option slider.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thumbDecoration → BoxDecoration?
-
The decoration to apply to the timer option slider's thumb.
final
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