showLoading abstract method

OverlayEntryControl showLoading({
  1. Widget builder(
    1. BuildContext context
    )?,
})

Implementation

OverlayEntryControl showLoading(
    {Widget Function(BuildContext context)? builder});