fieldsCountTextColor property

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

Text color of the fields count label.

Implementation

@JsonKey(toJson: toColorString)

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