shutterButtonIndicatorColor property

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

The indicator color of the shutter button in auto-snapping mode. iOS only.

Implementation

@JsonKey(toJson: toColorString)

/// The indicator color of the shutter button in auto-snapping mode. iOS only.
Color? shutterButtonIndicatorColor;