loadingScreen property

Widget? loadingScreen
final

For the loading screen, create a custom widget. Simple Centered CircularProgressIndicator is provided by default.

Implementation

final Widget? loadingScreen;