tipTextColor property

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

Color of tip text on scanning screen.

Implementation

@JsonKey(toJson: toColorString)

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