themeColor property

String? themeColor
getter/setter pair

A hint to the client UI for what color to use as an app-themed color.

The color is given as an RGB triplet (e.g. "E0E0E0").

Implementation

core.String? themeColor;