userGuidanceTextColor property
- @JsonKey(toJson: toColorString)
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;