onTapInside property

dynamic Function(PointerEvent) onTapInside
final

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

Implementation

final Function(PointerEvent) onTapInside;