ModulaSlider constructor
const
ModulaSlider({})
Implementation
const ModulaSlider({
required this.value,
required this.onChanged,
super.key,
this.min = 0,
this.max = 100,
this.step,
this.label,
this.showTooltip = true,
});