NewFijkSlider constructor
const
NewFijkSlider({
- Key? key,
- required double value,
- required ValueChanged<
double> onChanged, - double cacheValue = 0.0,
- ValueChanged<
double> ? onChangeStart, - required ValueChanged<
double> onChangeEnd, - double min = 0.0,
- double max = 1.0,
- NewFijkSliderColors colors = const NewFijkSliderColors(),
Implementation
const NewFijkSlider({
Key? key,
required this.value,
required this.onChanged,
this.cacheValue = 0.0,
this.onChangeStart,
required this.onChangeEnd,
this.min = 0.0,
this.max = 1.0,
this.colors = const NewFijkSliderColors(),
});