topBarBackgroundColor property

  1. @JsonKey(toJson: toColorString)
Color? topBarBackgroundColor
read / write

The background color of the top toolbar.

Implementation

@JsonKey(toJson: toColorString)

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