indicatorMode property

IndicatorMode indicatorMode
final

Determines the style of the page indicator shown at the bottom on the introduction pages.

IndicatorMode.dot Shows a dot for each page.

IndicatorMode.dash Shows a dash for each page.

IndicatorMode.custom calls indicatorBuilder for the indicator

Implementation

final IndicatorMode indicatorMode;