CNSlider constructor
const
CNSlider({})
Creates a Cupertino-native slider.
Implementation
const CNSlider({
super.key,
required this.value,
required this.onChanged,
this.min = 0.0,
this.max = 1.0,
this.enabled = true,
this.controller,
this.height = 44.0,
this.color,
this.thumbColor,
this.trackColor,
this.trackBackgroundColor,
this.step,
});