color property

String? color
getter/setter pair

Color to use when type is set to COLOR.

These are represented as six hexadecimal characters, similar to HTML color codes, but without the leading hash.

Implementation

core.String? color;