finderTextHintColor property

  1. @JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? finderTextHintColor
getter/setter pair

Color of the text hint under the finder window.

Implementation

@JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? finderTextHintColor;