isShowing property
bool
get
isShowing
Whether a spotlight overlay is currently being displayed.
Implementation
bool get isShowing => _overlayEntry != null;
Whether a spotlight overlay is currently being displayed.
bool get isShowing => _overlayEntry != null;