textColor property

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

The color of the text in the selection overlay.

Implementation

@JsonKey(toJson: toColorString)
Color? textColor;