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