FastAppLoaderErrorBuilder typedef

FastAppLoaderErrorBuilder = Widget Function(BuildContext context, dynamic error)

Type definition for a builder that generates an error widget given a BuildContext and an error.

Implementation

typedef FastAppLoaderErrorBuilder = Widget Function(
  BuildContext context,
  dynamic error,
);