Popup Menu State
constructor(showPopup: Boolean = false, lastPress: Offset = Offset.Zero, items: List<PopupMenuItem> = emptyList())
Parameters
show Popup
Whether the popup menu should be shown
last Press
The offset of the last press that triggered the popup menu
items
The items to show in the popup menu