menu
Flutter
widgets
ContextMenuController
isShown property
isShown
brightness_4
brightness_5
description
isShown
property
bool
isShown
True if and only if this menu is currently being shown.
Implementation
bool get isShown => _shownInstance == this;
Flutter
widgets
ContextMenuController
isShown property
ContextMenuController class