visible property

bool get visible

Whether the cursor is currently visible (not in blink-off state).

Implementation

bool get visible => !_blink;