ImageErrorBuilder typedef
ImageErrorBuilder =
Widget Function(BuildContext context, Object error, StackTrace? stackTrace)
Signature for building a custom error widget.
Implementation
typedef ImageErrorBuilder = Widget Function(
BuildContext context, Object error, StackTrace? stackTrace);