shutterButtonAutoInnerColor property

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

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

Implementation

@JsonKey(toJson: toColorString)

/// Foreground color of the shutter button in auto-snapping mode.
Color? shutterButtonAutoInnerColor;