pagePlaceholderBuilder property
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;
Builds the placeholder shown for a page (1-indexed) while it is not yet rendered. Defaults to a plain grey skeleton.
final Widget Function(BuildContext context, int page)? pagePlaceholderBuilder;