isVisible property

  1. @visibleForTesting
bool get isVisible

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;