MaterialSliderData class
Constructors
-
MaterialSliderData({Key? widgetKey, double? value, void onChanged(double)?, void onChangeStart(double)?, void onChangeEnd(double)?, int? divisions, double? min, double? max, Color? activeColor, Color? thumbColor, Color? inactiveColor, String? label, SemanticFormatterCallback? semanticFormatterCallback, FocusNode? focusNode, MouseCursor? mouseCursor, bool? autofocus, MaterialStateProperty<
Color?> ? overlayColor, Color? secondaryActiveColor, double? secondaryTrackValue, SliderInteraction? allowedInteraction})
Properties
- activeColor → Color?
-
finalinherited
- allowedInteraction → SliderInteraction?
-
final
- autofocus → bool?
-
final
- divisions → int?
-
finalinherited
- focusNode → FocusNode?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inactiveColor → Color?
-
final
- label → String?
-
final
- max → double?
-
finalinherited
- min → double?
-
finalinherited
- mouseCursor → MouseCursor?
-
final
- onChanged → void Function(double)?
-
finalinherited
- onChangeEnd → void Function(double)?
-
finalinherited
- onChangeStart → void Function(double)?
-
finalinherited
-
overlayColor
→ MaterialStateProperty<
Color?> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondaryActiveColor → Color?
-
final
- secondaryTrackValue → double?
-
final
- semanticFormatterCallback → SemanticFormatterCallback?
-
final
- 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