selectionColor property

Color? selectionColor
final

The color to use when painting the selection.

If this is null the value from the nearest DefaultTextStyle ancestor will be used, otherwise DefaultSelectionStyle.defaultColor will be used.

Implementation

final Color? selectionColor;