KiteSlider constructor
const
KiteSlider({})
Implementation
const KiteSlider({
required this.value,
required this.onChanged,
super.key,
this.min = 0,
this.max = 1,
this.label,
this.showValue = false,
});
const KiteSlider({
required this.value,
required this.onChanged,
super.key,
this.min = 0,
this.max = 1,
this.label,
this.showValue = false,
});