topBarBackgroundColor property
- @JsonKey(toJson: toColorString)
read / write
The background color of the top toolbar.
Implementation
@JsonKey(toJson: toColorString)
/// The background color of the top toolbar.
Color? topBarBackgroundColor;