LiveCupertinoSlider constructor
const
LiveCupertinoSlider({})
Implementation
const LiveCupertinoSlider({
super.key,
this.enabled = const ValueCell.value(true),
required this.value,
this.onChangeStart,
this.onChangeEnd,
this.min = 0.0,
this.max = 1.0,
this.divisions,
this.activeColor,
this.thumbColor = CupertinoColors.white,
});