AppSlider constructor
Implementation
const AppSlider({
super.key,
required this.cubit,
required this.min,
required this.max,
required this.labelText,
required this.displayValue, // This is now required
this.divisions,
});
const AppSlider({
super.key,
required this.cubit,
required this.min,
required this.max,
required this.labelText,
required this.displayValue, // This is now required
this.divisions,
});