showLoading abstract method
OverlayEntryControl
showLoading({
- Widget builder(
- BuildContext context
- bool hasShadow = true,
Implementation
OverlayEntryControl showLoading(
{Widget Function(BuildContext context)? builder, bool hasShadow = true});