fieldsCountTextColor property

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

Text color of the fields count label.

Implementation

@JsonKey(toJson: toColorString)

///Text color of the fields count label.
Color? fieldsCountTextColor;