textColor property

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

The color of the buttons title while not pressed.

Implementation

@JsonKey(toJson: toColorString)
Color? textColor;