topBarBackgroundColor property
- @JsonKey(fromJson: colorFromString, toJson: toColorString)
read / write
Background color of the top bar.
Implementation
@JsonKey(fromJson: colorFromString, toJson: toColorString)
///Background color of the top bar.
Color? topBarBackgroundColor;