tipTextColor property

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

Color of tip text on scanning screen.

Implementation

@JsonKey(toJson: toColorString)

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