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