backgroundColor property

  1. @JsonKey(includeIfNull: false)
Color? backgroundColor
getter/setter pair

The background color in RGB hex. Value only. Do not include a preceding #. For example, 0xFFB6C1 (light pink). The default value is 0x000000 (black). See Color.

Implementation

@JsonKey(includeIfNull: false)
Color? backgroundColor;