0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.