textColor property

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

The color of the text in the selection overlay.

Implementation

@JsonKey(toJson: toArgbString)
Color? textColor = Colors.black;