textContainerColor property
The color of the texts background in the selection overlay.
Implementation
@JsonKey(toJson: toColorString)
Color? textContainerColor = Colors.white;
The color of the texts background in the selection overlay.
@JsonKey(toJson: toColorString)
Color? textContainerColor = Colors.white;