MErrorWidget typedef

MErrorWidget = Widget Function(BuildContext context, String url, Object error)

Implementation

typedef MErrorWidget = Widget Function(
  BuildContext context,
  String url,
  Object error,
);