topBarBackgroundColor property

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

Background color of the top bar.

Implementation

@JsonKey(fromJson: colorFromString, toJson: toColorString)

///Background color of the top bar.
Color? topBarBackgroundColor;