highlightedBackgroundColor property

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

The background color of the button while pressed.

Implementation

@JsonKey(toJson: toColorString)
Color? highlightedBackgroundColor;