vertical_slider

Creator: coderz1093

Last updated:

Add to Cart

Description:

vertical slider

The Vertical Slider package is written natively in Dart for creating highly interactive Vertical Slider widgets.
Features #
Create Vertical slider
Usage #
var volume = 1.0;
VerticalSlider(
value: volume,
onChanged: (value) {
volume = value;
setState(() {});
},
);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.