PlaceholderWidgetBuilder typedef
PlaceholderWidgetBuilder =
Widget Function(BuildContext context, String url)
Builder function to create a placeholder widget. The function is called once while the ImageProvider is loading the image.
Implementation
typedef PlaceholderWidgetBuilder = Widget Function(
BuildContext context,
String url,
);