showCursor property
Whether to show cursor.
The cursor refers to the blinking caret when the editor is focused.
See also:
- cursorStyle, which controls the cursor visual representation.
- showSelectionHandles, which controls the visibility of the selection handles.
Implementation
final bool showCursor;