Loader typedef
Loader =
Widget Function(BuildContext context)
A builder for a widget that is shown when the app is loading.
Implementation
typedef Loader = Widget Function(BuildContext context);
A builder for a widget that is shown when the app is loading.
typedef Loader = Widget Function(BuildContext context);