AppShellErrorBuilder typedef
Builds the screen shown when AppShellDataLoader failed.
Implementation
typedef AppShellErrorBuilder =
Widget Function(
BuildContext context,
Object? error,
StackTrace? stackTrace,
);
Builds the screen shown when AppShellDataLoader failed.
typedef AppShellErrorBuilder =
Widget Function(
BuildContext context,
Object? error,
StackTrace? stackTrace,
);