hideOnTooltipTap property

bool hideOnTooltipTap
final

If you want to automatically dismiss the tooltip whenever a user taps on it, set this flag to true For more control on when to dismiss the tooltip please rely on the show property and tooltipTap handler defaults to false

Implementation

final bool hideOnTooltipTap;