hideCursor method

void hideCursor()

Implementation

void hideCursor() {
  showCursor = false;
  notifyListeners();
}