mainColor property

String? mainColor
getter/setter pair

The main brand color, entered as a hex code (e.g., #00ff00).

You must provide the main_color if you provide an accent_color.

Implementation

core.String? mainColor;