shutterButtonManualInnerColor property

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

Foreground color of the shutter button in manual mode.

Implementation

@JsonKey(toJson: toColorString)

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