Creates an item for a popup menu.
By default, the item is enabled.
PopupMenuItem({ Key key, this.value, this.enabled: true, this.child }) : super(key: key);