topBarBackgroundColor property

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

Background color of the top bar.

Implementation

@JsonKey(toJson: toColorString)

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