backgroundColor property

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

The background color of the button while not pressed.

Implementation

@JsonKey(toJson: toColorString)
Color? backgroundColor;