indicatorBuilder property

IndicatorBuilder? indicatorBuilder
final

Build the indicator widget according to the current page index.

Since we wrap the indicator widget in Stack, you can return a Positioned widget to place the indicator.

Implementation

final IndicatorBuilder? indicatorBuilder;