PlatformSliderData class final
- Implementers
Constructors
-
PlatformSliderData({double? value, ValueChanged<
double> ? onChanged, Key? widgetKey, bool isEnabled = true, ValueChanged<double> ? onChangeStart, ValueChanged<double> ? onChangeEnd, double min = kDefaultMin, double max = kDefaultMax, int? divisions, Color? activeColor, Color? thumbColor}) -
const
Properties
- activeColor → Color?
-
final
- divisions → int?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEnabled → bool
-
final
- max → double
-
final
- min → double
-
final
-
onChanged
→ ValueChanged<
double> ? -
final
-
onChangeEnd
→ ValueChanged<
double> ? -
final
-
onChangeStart
→ ValueChanged<
double> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thumbColor → Color?
-
final
- value → double?
-
final
- widgetKey → Key?
-
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
Constants
- kDefaultMax → const double
- kDefaultMin → const double