ErrorBuilder typedef
ErrorBuilder =
Widget Function(BuildContext context, Object error)
Builder function for an error. It contains an error
that has caused
which may allow a view to react differently on different errors.
Implementation
typedef ErrorBuilder = Widget Function(
BuildContext context,
Object error,
);