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