detailsPrimaryColor property
- @JsonKey(toJson: toColorString)
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;