onSystemHide property

VoidCallback? onSystemHide
final

Called when the system hides this context menu.

For example, tapping outside of the context menu typically causes the system to hide the menu.

This is not called when showing a new system context menu causes another to be hidden.

Implementation

final VoidCallback? onSystemHide;