detailsBackgroundColor property

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

The color of bottom sheet

Implementation

@JsonKey(fromJson: colorFromString, toJson: toColorString)

///The color of bottom sheet
Color? detailsBackgroundColor;