mainColor property

String? mainColor
getter/setter pair

The main 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? mainColor;