bottomBarButtonsColor property

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

The color of the title of all buttons in the bottom shutter-bar (Cancel button, etc.), as well as the camera permission prompt button.

Implementation

@JsonKey(toJson: toColorString)

/// The color of the title of all buttons in the bottom shutter-bar (Cancel button, etc.), as well as the camera permission prompt button.
Color? bottomBarButtonsColor;