loading method

Widget loading()

Implementation

Widget loading() {
  return const Center(child: CircularProgressIndicator());
}