Last updated:
0 purchases
flutter slider indicator
Flutter Slider Indicator #
Slider Indicator Widget built in for flutter. Please press star in my repo if you like it. Thank you.
Usage #
SliderIndicator(
length: YOUR_INDICATOR_LENGTH,
activeIndex: YOUR_INDICATOR_ACTIVE_INDEX,
)
copied to clipboard
Example #
Please find example in here: Example
Available parameter #
Parameter
Required
Default Value
int length
true
int activeIndex
true
Widget indicator
true
Widget activeIndicator
true
Duration animationDuration
false
Duration(milliseconds: 250)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.