backgroundColor property

Color? backgroundColor
getter/setter pair

Color to be rendered as a solid color behind all other layers (optional).

Parsed from backgroundColorHex, will be null if parsing fails for any reason.

Implementation

Color? backgroundColor;