finderTextHintColor property

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

Foreground color of the description label.

Implementation

@JsonKey(toJson: toColorString)

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