shutterButtonManualOuterColor property

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

The background color of the shutter button in manual mode.

Implementation

@JsonKey(toJson: toColorString)

/// The background color of the shutter button in manual mode.
Color? shutterButtonManualOuterColor;