isShowing property

bool isShowing
inherited

isShowing is used to known when the overlay is showing

Implementation

bool get isShowing => _overlayEntry != null;