isCursorVisible property

bool isCursorVisible

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;