FlutterFormInputSlider constructor
Implementation
const FlutterFormInputSlider({
required super.controller,
super.key,
super.focusNode,
super.label,
this.minValue = 0,
this.maxValue = 100,
}) : assert(minValue < maxValue, 'minValue must be less than maxValue');