flashButtonInactiveColor property
- @JsonKey(toJson: toColorString)
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;