enable method

void enable()

Enable tooptip.

Implementation

void enable() {
  _enabled = true;
}