textContainerColor property

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

The color of the texts background in the selection overlay.

Implementation

@JsonKey(toJson: toColorString)
Color? textContainerColor = Colors.white;