shutterButtonAutoOuterColor property

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

Background color of the shutter button in auto-snapping mode.

Implementation

@JsonKey(toJson: toColorString)

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