VentSlider constructor
const
VentSlider({})
Implementation
const VentSlider({
super.key,
required this.min,
required this.max,
required this.value,
this.onChanged,
this.decoration,
}) : type = _VentSliderType.DEFAULT;