finderTextHintColor property

  1. @JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? finderTextHintColor
read / write

Foreground color of the description label.

Implementation

@JsonKey(fromJson: colorFromString, toJson: toColorString)

///Foreground color of the description label.
Color? finderTextHintColor;