itemSizeBuilder property

YaruPageIndicatorItemBuilder<Size>? itemSizeBuilder
latefinal

Returns the Size of a given item. These values are used to compute the layout using layoutDelegate. If you want an animated items size, just return the largest bounds.

Defaults to a constant 12.0 square.

Implementation

late final YaruPageIndicatorItemBuilder<Size>? itemSizeBuilder;