PopupMenuStateChanged typedef
PopupMenuStateChanged =
void Function(bool isShow)
Callback triggered when the popup menu's visibility state changes.
Implementation
typedef PopupMenuStateChanged = void Function(bool isShow);