BalloonSlider constructor
const
BalloonSlider({})
Implementation
const BalloonSlider({
Key? key,
required this.value,
this.color = Colors.black,
this.balloonWidth = 50,
this.thumbSize = 12,
this.thumbColor,
this.activeTrackColor,
this.inactiveTrackColor,
this.balloonTextStyle,
}) : super(key: key);