onTapHide property
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;