createLoadingView method

  1. @protected
Widget createLoadingView()

Implementation

@protected
Widget createLoadingView() => Container(
  width: double.infinity,
  height: double.infinity,
  alignment: Alignment.center,
  color: widget.bodyColor,
  child: PublicWidget.createLoadingView(),
);