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,
)
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) |