detailsBackgroundColor property

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

The color of bottom sheet

Implementation

@JsonKey(toJson: toColorString)

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