selectionColor property

Color? selectionColor

The color to use when painting the selection.

Implementation

Color? get selectionColor => _selectionPainter.highlightColor;
void selectionColor=(Color? value)

Implementation

set selectionColor(Color? value) {
  _selectionPainter.highlightColor = value;
}