buildPageLoading method
Builds the loading indicator widget.
Override this method to provide a custom loading indicator.
Implementation
Widget buildPageLoading() => const Center(child: LoadingIndicator());
Builds the loading indicator widget.
Override this method to provide a custom loading indicator.
Widget buildPageLoading() => const Center(child: LoadingIndicator());