PlatformSlider constructor
const
PlatformSlider({})
Implementation
const PlatformSlider({
super.key,
required this.value,
required this.min,
required this.max,
this.divisions,
required this.onChanged,
this.activeColor,
this.inactiveColor,
this.thumbColor,
this.disabled = false,
});