hideRegion property
The region that can be tapped to hide the popover.
Defaults to FPopoverHideRegion.excludeChild.
Setting hideRegion to FPopoverHideRegion.anywhere may result in the calendar disappearing and reappearing when pressing and holding the input field, due to the popover being hidden and then immediately shown again.
Implementation
final FPopoverHideRegion hideRegion;