finderTextHintColor property
- @JsonKey(fromJson: colorFromString, toJson: toColorString)
read / write
Foreground color of the description label.
Implementation
@JsonKey(fromJson: colorFromString, toJson: toColorString)
///Foreground color of the description label.
Color? finderTextHintColor;