The color to use when painting the cursor.
Color get cursorColor => _cursorColor;
set cursorColor(Color value) { if (_cursorColor == value) return; _cursorColor = value; markNeedsPaint(); }