visible property
bool
get
visible
Whether the cursor is currently visible (not in blink-off state).
Implementation
bool get visible => !_blink;
Whether the cursor is currently visible (not in blink-off state).
bool get visible => !_blink;