VentSliderDecoration constructor
VentSliderDecoration({})
Implementation
VentSliderDecoration({
this.bacgroundColor = const Color(0xFFEEEEEE),
this.foregroundColor = VentColorSwatch.Primary,
this.thumbColor = VentColorSwatch.Primary,
this.thumbRadius = 16,
this.strokeSize = 3,
});