textColor property
The color of the text in the selection overlay.
Implementation
@JsonKey(toJson: toColorString)
Color? textColor = Colors.black;
The color of the text in the selection overlay.
@JsonKey(toJson: toColorString)
Color? textColor = Colors.black;