bottomBarButtonsColor property
- @JsonKey(toJson: toColorString)
read / write
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;