activate method
Activates this Tooltip.
Implementation
@override
void activate() {
_showPopup = true;
_changeDetector.markForCheck();
}
Activates this Tooltip.
@override
void activate() {
_showPopup = true;
_changeDetector.markForCheck();
}