menu
iconoir_flutter package
documentation
regular/control_slider.dart
ControlSlider
ControlSlider const constructor
ControlSlider const constructor
dark_mode
light_mode
ControlSlider
constructor
const
ControlSlider
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const ControlSlider({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/control_slider
ControlSlider
ControlSlider const constructor
ControlSlider class