backgroundColor property
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;