textColor property

  1. @JsonKey(toJson: toColorString)
Color? textColor
read / write

The color of the text in the selection overlay.

Implementation

@JsonKey(toJson: toColorString)
Color? textColor;