loadingWidget function

Widget loadingWidget()

Implementation

Widget loadingWidget() {
  return Center(
    child: RefreshProgressIndicator(),
  );
}