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