hexBackgroundColor property

String? hexBackgroundColor
getter/setter pair

The background color for the card.

If not set, the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used and if logo is not set, a color would be chosen by Google.

Implementation

core.String? hexBackgroundColor;