detailsPrimaryColor property

  1. @JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? detailsPrimaryColor
read / write

The color of text elements in bottom sheet

Implementation

@JsonKey(fromJson: colorFromString, toJson: toColorString)

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