foregroundColor property
- @JsonKey(fromJson: ColorHelper.convertToColor, toJson: ColorHelper.convertFromColor)
final
Optional. Foreground Color of the pass.
Implementation
@JsonKey(
fromJson: ColorHelper.convertToColor,
toJson: ColorHelper.convertFromColor)
final Color? foregroundColor;