detailsPrimaryColor property

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

The color of text elements in bottom sheet

Implementation

@JsonKey(toJson: toColorString)

/// The color of text elements in bottom sheet
Color? detailsPrimaryColor;