highlightedTextColor property

  1. @JsonKey(toJson: toColorString)
Color? highlightedTextColor
getter/setter pair

The color of the text in the selection overlay, when highlighted.

Implementation

@JsonKey(toJson: toColorString)
Color? highlightedTextColor;