topBarBackgroundColor property

  1. @JsonKey(toJson: toColorString)
Color? topBarBackgroundColor
getter/setter pair

The background color of the top toolbar.

Implementation

@JsonKey(toJson: toColorString)

/// The background color of the top toolbar.
Color? topBarBackgroundColor;