InputSliderForm constructor
const
InputSliderForm({
- Key? key,
- required List<
InputSlider> children, - int? leadingWeight,
- int? sliderWeight,
- InputDecoration? inputDecoration,
- BorderRadius? borderRadius,
- Color? focusBorderColor,
- Color? borderColor,
- bool? filled,
- Color? fillColor,
- TextStyle? textFieldStyle,
- Color? inactiveSliderColor,
- Color? activeSliderColor,
- bool vertical = false,
Implementation
const InputSliderForm(
{Key? key,
required this.children,
this.leadingWeight,
this.sliderWeight,
this.inputDecoration,
this.borderRadius,
this.focusBorderColor,
this.borderColor,
this.filled,
this.fillColor,
this.textFieldStyle,
this.inactiveSliderColor,
this.activeSliderColor,
this.vertical = false})
: super(key: key);