onTapOutside property
If true, the tooltip will not close when tapping outside or pressing other widgets. Default is false.
Implementation
final void Function(PointerDownEvent)? onTapOutside;
If true, the tooltip will not close when tapping outside or pressing other widgets. Default is false.
final void Function(PointerDownEvent)? onTapOutside;