detailsBackgroundColor property
- @JsonKey(fromJson: colorFromString, toJson: toColorString)
read / write
The color of bottom sheet
Implementation
@JsonKey(fromJson: colorFromString, toJson: toColorString)
///The color of bottom sheet
Color? detailsBackgroundColor;