textContainerColor property

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

The color of the texts background in the selection overlay.

Implementation

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