backgroundColor property

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

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

Implementation

@JsonKey(includeIfNull: false)
int? backgroundColor;