The color to use when painting the selection.
Color get selectionColor => _selectionColor;
set selectionColor(Color value) { if (_selectionColor == value) return; _selectionColor = value; markNeedsPaint(); }