flashButtonInactiveColor property

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

Foreground color of the flash button when flash is off.

Implementation

@JsonKey(toJson: toColorString)

/// Foreground color of the flash button when flash is off.
Color? flashButtonInactiveColor;