loadingStyle property
Define the LoadingStyle for the widget.
Implementation
@override
LoadingStyle get loadingStyle =>
LoadingStyle.normal(child: widget.icon ?? SizedBox.shrink());
Define the LoadingStyle for the widget.
@override
LoadingStyle get loadingStyle =>
LoadingStyle.normal(child: widget.icon ?? SizedBox.shrink());