onClose property

  1. @override
VoidCallback? onClose
final

Returns a callback, if any, to be invoked if the platform menu receives a "Menu.closed" method call from the platform for this item.

Only items that have submenus will have this callback invoked.

The default implementation returns null.

Implementation

@override
final VoidCallback? onClose;