FormBuilderSlider constructor
FormBuilderSlider({@required String attribute, @required num min, @required num max, @required num initialValue, List<FormFieldValidator> validators: const [], bool readonly: false, InputDecoration decoration: const InputDecoration(), int divisions, ValueChanged onChanged, ValueTransformer valueTransformer, Color activeColor, Color inactiveColor, ValueChanged<double> onChangeStart, ValueChanged<double> onChangeEnd, String label, SemanticFormatterCallback semanticFormatterCallback })
Implementation
FormBuilderSlider({
@required this.attribute,
@required this.min,
@required this.max,
@required this.initialValue,
this.validators = const [],
this.readonly = false,
this.decoration = const InputDecoration(),
this.divisions,
this.onChanged,
this.valueTransformer,
this.activeColor,
this.inactiveColor,
this.onChangeStart,
this.onChangeEnd,
this.label,
this.semanticFormatterCallback,
});