shutterButtonManualInnerColor property

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

The foreground color of the shutter button in manual mode.

Implementation

@JsonKey(toJson: toColorString)

/// The foreground color of the shutter button in manual mode.
Color? shutterButtonManualInnerColor;