FieldSlider constructor Null safety

const FieldSlider(
  1. {String? activeColor,
  2. bool? autoFocus,
  3. int? divisions,
  4. String? focusNode,
  5. String? inactiveColor,
  6. String? label,
  7. double? max,
  8. double? min,
  9. double? start,
  10. double? end,
  11. String? mouseCursor,
  12. String? onChanged,
  13. String? OnChangeStart,
  14. String? OnChangeEnd,
  15. String? semanticFormatter,
  16. Map<String, dynamic>? sliderThemeData,
  17. bool? suffix,
  18. String? thumbColor,
  19. 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,
});