bottomBarBackgroundColor property

  1. @JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? bottomBarBackgroundColor
getter/setter pair

Background color of the bottom toolbar.

Implementation

@JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? bottomBarBackgroundColor;