OverlayController<T> constructor
const
OverlayController<T> (
- Future<
void> close([- T? result
- OverlaySafeArea safeArea
Creates an OverlayController.
Implementation
const OverlayController(this.close, this.safeArea);