highlightedBackgroundColor property

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

The background color of the button while pressed.

Implementation

@JsonKey(toJson: toColorString)
Color? highlightedBackgroundColor;