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