setTooltip method

void setTooltip(
  1. Tooltip component
)

Sets the tooltip associated with this target.

Implementation

void setTooltip(Tooltip component) {
  _tooltip = component;
}