onTapUpOutside property
final
Called for each tap up that occurs outside of the TextFieldTapRegion group when the text field is focused.
The PointerUpEvent passed to the function is the event that caused the notification. It is possible that the event may occur outside of the immediate bounding box defined by the text field, although it will be within the bounding box of a TextFieldTapRegion member.
See also:
- TapRegion for how the region group is determined.
- onTapOutside, which is called for each tap down.
Implementation
final TapRegionUpCallback? onTapUpOutside;