flashButtonInactiveColor property

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

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;