hideCursor method

void hideCursor()

Hides the cursor unconditionally, regardless of owner.

Implementation

void hideCursor() {
  _hideCursor();
  _owner = null;
}