CupertinoSliderData class

Constructors

CupertinoSliderData({Key? widgetKey, double? value, void onChanged(double)?, void onChangeStart(double)?, void onChangeEnd(double)?, Color? activeColor, int? divisions, double? min, double? max, Color? thumbColor})

Properties

activeColor Color?
finalinherited
divisions int?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
max double?
finalinherited
min double?
finalinherited
onChanged → (void Function(double)?)
finalinherited
onChangeEnd → (void Function(double)?)
finalinherited
onChangeStart → (void Function(double)?)
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbColor Color?
finalinherited
value double?
finalinherited
widgetKey Key?
finalinherited

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