SliderWidget constructor
Implementation
const SliderWidget({
super.key,
required this.maxValue,
required this.minValue,
this.isEnabled = true,
required this.currentValue,
required this.onChangeEnd,
this.allowedInteraction,
});
const SliderWidget({
super.key,
required this.maxValue,
required this.minValue,
this.isEnabled = true,
required this.currentValue,
required this.onChangeEnd,
this.allowedInteraction,
});