onTapOutside property

TapRegionCallback? onTapOutside
final

Called for each tap that occurs outside of theTextFieldTapRegion group when the text field is focused.

Same as TextField.onTapOutside

Implementation

final TapRegionCallback? onTapOutside;