loadingWidget constant

Center const loadingWidget

Implementation

static const loadingWidget = Center(
  child: CircularProgressIndicator(),
);