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