hideCursor method
void
hideCursor()
Hides the cursor unconditionally, regardless of owner.
Implementation
void hideCursor() {
_hideCursor();
_owner = null;
}
Hides the cursor unconditionally, regardless of owner.
void hideCursor() {
_hideCursor();
_owner = null;
}