show abstract method

OverlayCompleter<T?> show(
  1. BuildContext context
)

Actually presents the overlay using this configuration's mechanism.

Implementation

OverlayCompleter<T?> show(BuildContext context);