isVisible property
Indicates whether the system context menu managed by this controller is currently being displayed to the user.
Implementation
@visibleForTesting
bool get isVisible => this == _lastShown && !_hiddenBySystem;
Indicates whether the system context menu managed by this controller is currently being displayed to the user.
@visibleForTesting
bool get isVisible => this == _lastShown && !_hiddenBySystem;