loadingWidget method

Widget loadingWidget()

Implementation

Widget loadingWidget() {
  return CupertinoActivityIndicator().center();
}