onTapOutside property

(void Function(PointerDownEvent pointerDownEvent)?) onTapOutside
final

specifies the action to be taken when the outside of the field is tapped

Implementation

final void Function(PointerDownEvent pointerDownEvent)? onTapOutside;