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})

Properties

activeColor Color?
finalinherited
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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