ImageFadeErrorBuilder typedef

ImageFadeErrorBuilder = Widget Function(BuildContext context, Object exception)

Signature used by ImageFade.errorBuilder to build the widget that will be displayed if an error occurs while loading an image.

Implementation

typedef ImageFadeErrorBuilder = Widget Function(
  BuildContext context,
  Object exception,
);