cupertino_range_slider_improved

Creator: coderz1093

Last updated:

Add to Cart

Description:

cupertino range slider improved

Cupertino Range Slider #
Widget is a slider that help you to choose a range from a set of values.


Usage #
Let's demo the basic usage
CupertinoRangeSlider(
minValue: minValue, // Current min value
maxValue: maxValue, // Current max value
min: 1.0, // Min range value
max: 100.0, // Max range value
onMinChanged: (minVal){
},
onMaxChanged: (maxVal){
},
)
copied to clipboard

License

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

Customer Reviews

There are no reviews.