tipTextColor property

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

Color of the tip text on the scanning screen.

Implementation

@JsonKey(toJson: toColorString)

/// Color of the tip text on the scanning screen.
Color? tipTextColor;