bottomBarBackgroundColor property

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

The background color of the bottom shutter-bar.

Implementation

@JsonKey(toJson: toColorString)

///The background color of the bottom shutter-bar.
Color? bottomBarBackgroundColor;