MaterialSliderData constructor
MaterialSliderData({
- Key? widgetKey,
- double? value,
- void onChanged()?,
- void onChangeStart()?,
- void onChangeEnd()?,
- 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,
Implementation
MaterialSliderData({
super.widgetKey,
super.value,
super.onChanged,
super.onChangeStart,
super.onChangeEnd,
super.divisions,
super.min,
super.max,
super.activeColor,
super.thumbColor,
this.inactiveColor,
this.label,
this.semanticFormatterCallback,
this.focusNode,
this.mouseCursor,
this.autofocus,
this.overlayColor,
this.secondaryActiveColor,
this.secondaryTrackValue,
this.allowedInteraction,
});