onTapHide property

VoidCallback? onTapHide
final

A callback that is called when the popover is hidden by tapping outside of it.

This is only called if hideRegion is set to FPopoverHideRegion.anywhere or FPopoverHideRegion.excludeChild.

Implementation

final VoidCallback? onTapHide;