accentColor property

String? accentColor
getter/setter pair

The accent color of the ad in hexadecimal, for example, #ffffff for white.

If one of main_color and accent_color is set, the other is required as well.

Implementation

core.String? accentColor;