onTapOutside property

void Function(PointerDownEvent)? onTapOutside
final

If true, the tooltip will not close when tapping outside or pressing other widgets. Default is false.

Implementation

final void Function(PointerDownEvent)? onTapOutside;