showTooltip method
void
showTooltip()
Implementation
void showTooltip() {
_show.cancel(); // Cancel any pending actions if tooltip is shown early.
_changeDetector.markForCheck();
_tooltipActivate.add(true);
_tooltip?.activate();
}