TermosFloatingSlider constructor
const
TermosFloatingSlider({})
Implementation
const TermosFloatingSlider({
super.key,
required this.value,
required this.min,
required this.max,
required this.onChanged,
this.divisions,
this.compact = true,
this.formatValue,
this.minLabel,
this.maxLabel,
});