userGuidanceTextColor property

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

The text color of the user guidance hints.

Implementation

@JsonKey(toJson: toColorString)

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