detailsSectionHeaderBackgroundColor property

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

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

Implementation

@JsonKey(toJson: toColorString)

/// Background color for section headers on the details screen. iOS only.
Color? detailsSectionHeaderBackgroundColor;