isShowing property

bool get isShowing

Whether a spotlight overlay is currently being displayed.

Implementation

bool get isShowing => _overlayEntry != null;