pagePlaceholderBuilder property

Widget Function(BuildContext context, int page)? pagePlaceholderBuilder
final

Builds the placeholder shown for a page (1-indexed) while it is not yet rendered. Defaults to a plain grey skeleton.

Implementation

final Widget Function(BuildContext context, int page)? pagePlaceholderBuilder;