ErrorBuilder typedef
ErrorBuilder =
Widget Function(BuildContext context, Object error, VoidCallback retry)
Builds an error presentation and receives a callback that retries loading.
Implementation
typedef ErrorBuilder =
Widget Function(BuildContext context, Object error, VoidCallback retry);