LoadingPlaceholderBuilder typedef

LoadingPlaceholderBuilder = Widget Function(BuildContext context, ImageChunkEvent? event)

The signature for creating a replacement widget to render while the image is loading.

Implementation

typedef LoadingPlaceholderBuilder = Widget Function(BuildContext context, ImageChunkEvent? event);