onTapUpOutside property

TapRegionUpCallback? onTapUpOutside
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:

Implementation

final TapRegionUpCallback? onTapUpOutside;