highlightedTextColor property

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

The color of the buttons title while pressed.

Implementation

@JsonKey(toJson: toColorString)
Color? highlightedTextColor;