backgroundColor property

  1. @JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? backgroundColor
read / write

Background color of the main screen.

Implementation

@JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? backgroundColor;