shutterButtonAutoOuterColor property

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

The background color of the shutter button in auto-snapping mode.

Implementation

@JsonKey(toJson: toColorString)

/// The background color of the shutter button in auto-snapping mode.
Color? shutterButtonAutoOuterColor;