CustomTooltipSlider constructor
CustomTooltipSlider({})
Implementation
CustomTooltipSlider({
required this.radius,
this.icon,
this.iconColor,
this.labelStyle,
required this.value,
this.borderThickness = 2,
this.isDragging = true,
this.label,
});