onTapOutside property

void Function(PointerDownEvent pointerDownEvent)? onTapOutside
getter/setter pair

specifies the action to be performed if the outside of the field is tapped

Implementation

void Function(PointerDownEvent pointerDownEvent)? onTapOutside;