backgroundColor property

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

The background color of the button while not pressed.

Implementation

@JsonKey(toJson: toColorString)
Color? backgroundColor;