bottomBarBackgroundColor property

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

The background color of the bottom shutter-bar.

Implementation

@JsonKey(toJson: toColorString)

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