detailsPrimaryColor property
- @JsonKey(toJson: toColorString)
read / write
The color of text elements in bottom sheet
Implementation
@JsonKey(toJson: toColorString)
///The color of text elements in bottom sheet
Color? detailsPrimaryColor;