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