gradient_colored_slider

Last updated:

0 purchases

gradient_colored_slider Image
gradient_colored_slider Images
Add to Cart

Description:

gradient colored slider

Gradient Colored Slider #
Gradient Colored Slider.
Used to select from a range of values.
You can customize slider track gradient colors, as well as tracks bar width and bar space.
Preview #



How it's built #
Check the Blog Post
Usage #
double _currentSliderValue = 0.5;

@override
Widget build(BuildContext context) {
return GradientColoredSlider(
value: _currentSliderValue,
onChanged: (double value) {
setState(() {
_currentSliderValue = value;
});
},
);
}
copied to clipboard

License:

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

Files In This Product:

Customer Reviews

There are no reviews.