finderTextHintColor property

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

Foreground color of the description label.

Implementation

@JsonKey(toJson: toColorString)

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