AppShellLoadingBuilder typedef

AppShellLoadingBuilder = Widget Function(BuildContext context)

Builds the screen shown while AppShellDataLoader is still running.

Implementation

typedef AppShellLoadingBuilder = Widget Function(BuildContext context);