currentContext property

BuildContext get currentContext

This values are used for managing where the loading is requested to be displayed.

Implementation

BuildContext get currentContext => _overlayKey.currentContext!;