shutterButtonIndicatorColor property

  1. @JsonKey(toJson: toColorString)
Color? shutterButtonIndicatorColor
read / write

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

Implementation

@JsonKey(toJson: toColorString)

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