onTapOutside property

void Function(PointerDownEvent event)? onTapOutside
final

Callback invoked when the user taps outside the text area.

Called when a tap occurs outside the text area boundaries while it has focus. Useful for implementing custom focus loss behaviors.

Implementation

final void Function(PointerDownEvent event)? onTapOutside;