loader static method

Widget loader()

Implementation

static Widget loader() {
  return const Center(
    child: CircularProgressIndicator(),
  );
}