S360fSlider constructor
const
S360fSlider({})
Implementation
const S360fSlider({
required this.max,
required this.min,
required this.value,
this.boxDecoration,
this.onChanged,
this.onChangeEnd,
this.activeColor,
this.inactiveColor,
super.key,
});