placeholderBuilder property
Builder for the banner placeholder while loading the banner image. If not provided, a grey shimmer placholder will be provided.
Implementation
final Widget Function(BuildContext context, String url)? placeholderBuilder;
Builder for the banner placeholder while loading the banner image. If not provided, a grey shimmer placholder will be provided.
final Widget Function(BuildContext context, String url)? placeholderBuilder;