activate method

void activate()

Makes the tooltip appear.

Implementation

void activate() {
  _popupRef.isOn = true;
}