smooth_page_indicator
smooth_page_indicator copied to clipboard
Make it easy to create custom IndicatorEffects
The designs I'm following look similar to that of the provided ScrollingDotsEffect
but require a couple of tweaks:
- Use
fixedCenter
but with a fully filled-in indicator rather than a border (see images)
fixedCenter: false
fixedCenter: true
I'd also like to place a Widget
in the indicator. I'd have thought there'd be a way to be able to an implementation of IndicatorEffect
and be able to do this myself. Currently there isn't.