tooltipTap property
dynamic Function()?
tooltipTap
final
Set a handler for listening to a tap
event on the tooltip (This is the recommended way to put your logic for dismissing the tooltip)
Implementation
final Function()? tooltipTap;