userGuidanceTextColor property

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

The text color of the user guidance hints.

Implementation

@JsonKey(toJson: toColorString)

///The text color of the user guidance hints.
Color? userGuidanceTextColor;