onTapOutside property

dynamic Function(PointerEvent) onTapOutside
final

Callback function when the suggestions box is tapped outside. Used to detect when the suggestions box is tapped outside so that the suggestions box can be closed. Same as the onTapInside callback function.

Implementation

final Function(PointerEvent) onTapOutside;