tipBackgroundColor property

  1. @JsonKey(toJson: toColorString)
Color? tipBackgroundColor
read / write

Color of tip background on scanning screen.

Implementation

@JsonKey(toJson: toColorString)

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