detailsSectionHeaderTextColor property

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

Text color for section headers on the details screen. iOS only.

Implementation

@JsonKey(toJson: toColorString)

/// Text color for section headers on the details screen. iOS only.
Color? detailsSectionHeaderTextColor;