Whether the blinking cursor is actually visible at this precise moment (it's hidden half the time, since it blinks).
Source
bool get cursorCurrentlyVisible => _showCursor;
Whether the blinking cursor is actually visible at this precise moment (it's hidden half the time, since it blinks).
bool get cursorCurrentlyVisible => _showCursor;