isShowing property Null safety
inherited
isShowing is used to known when the overlay is showing.
Implementation
bool get isShowing => _overlayEntry != null;
isShowing is used to known when the overlay is showing.
bool get isShowing => _overlayEntry != null;