loadingWidget property

Widget loadingWidget

加载中小部件

Implementation

Widget get loadingWidget {
  return const CupertinoActivityIndicator();
}