CustomSlider constructor
const
CustomSlider({})
Implementation
const CustomSlider({
Key? key,
required this.value,
required this.onChanged,
this.min = 0.0,
this.max = 1.0,
this.divisions,
this.activeColor = Colors.blue,
this.inactiveColor = Colors.grey,
this.label,
this.trackHeight = 4.0,
this.thumbRadius = 10.0,
}) : super(key: key);