isShown property

bool isShown

True if and only if this menu is currently being shown.

Implementation

bool get isShown => _shownInstance == this;