backgroundColor property
The background color of the button while not pressed.
Implementation
@JsonKey(toJson: toColorString)
Color? backgroundColor;
The background color of the button while not pressed.
@JsonKey(toJson: toColorString)
Color? backgroundColor;