attach method
Implementation
@mustCallSuper
void attach({
required ShowTooltip showTooltip,
required HideTooltip hideTooltip,
}) {
this.showTooltip = showTooltip;
this.hideTooltip = hideTooltip;
}
@mustCallSuper
void attach({
required ShowTooltip showTooltip,
required HideTooltip hideTooltip,
}) {
this.showTooltip = showTooltip;
this.hideTooltip = hideTooltip;
}