textBuilder property

YaruPageIndicatorTextBuilder? textBuilder
final

Returns the Widget of the text based indicator. Be careful to use something small enough to fit in a small vertical constraints.

Defaults to a basic Text like "2/12". You can custimize the text style with textStyle.

Implementation

final YaruPageIndicatorTextBuilder? textBuilder;