flashButtonInactiveColor property

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

Foreground color of the flash button when flash is off.

Implementation

@JsonKey(fromJson: colorFromString, toJson: toColorString)

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