const
FieldSlider(- {String? activeColor,
- bool? autoFocus,
- int? divisions,
- String? focusNode,
- String? inactiveColor,
- String? label,
- double? max,
- double? min,
- double? start,
- double? end,
- String? mouseCursor,
- String? onChanged,
- String? OnChangeStart,
- String? OnChangeEnd,
- String? semanticFormatter,
- Map<String, dynamic>? sliderThemeData,
- bool? suffix,
- String? thumbColor,
- double? value}
)
Implementation
const FieldSlider({
this.activeColor,
this.autoFocus,
this.divisions,
this.focusNode,
this.inactiveColor,
this.label,
this.max,
this.min,
this.start,
this.end,
this.mouseCursor,
this.onChanged,
this.OnChangeStart,
this.OnChangeEnd,
this.semanticFormatter,
this.sliderThemeData,
this.suffix,
this.thumbColor,
this.value,
});