backgroundColor property

  1. @JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? backgroundColor
getter/setter pair

Background color of the main screen.

Implementation

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