Whether to paint the cursor.
bool get showCursor => _showCursor;
set showCursor(bool value) { if (_showCursor == value) return; _showCursor = value; markNeedsPaint(); }