isCursorVisible property
Whether the terminal cursor is visible.
This is used to determine whether the cursor should be drawn or hidden.
Defaults to true
.
Implementation
bool get isCursorVisible;
Whether the terminal cursor is visible.
This is used to determine whether the cursor should be drawn or hidden.
Defaults to true
.
bool get isCursorVisible;