config property
OverlayConfiguration?
get
config
The configuration of the currently-open overlay, or null if nothing
is open. There's no setter: use show to open or update an overlay,
since assigning config directly has no BuildContext to anchor to.
Implementation
OverlayConfiguration? get config => _config;