highlightedTextContainerColor property
The color of the texts background in the selection overlay, when highlighted.
Implementation
@JsonKey(toJson: toColorString)
Color? highlightedTextContainerColor = Colors.black;
The color of the texts background in the selection overlay, when highlighted.
@JsonKey(toJson: toColorString)
Color? highlightedTextContainerColor = Colors.black;