tipBackgroundColor property

  1. @JsonKey(toJson: toColorString)
Color? tipBackgroundColor
getter/setter pair

Color of tip background on scanning screen.

Implementation

@JsonKey(toJson: toColorString)

/// Color of tip background on scanning screen.
Color? tipBackgroundColor;