detailsBackgroundColor property

  1. @JsonKey(toJson: toColorString)
Color? detailsBackgroundColor
getter/setter pair

The color of bottom sheet

Implementation

@JsonKey(toJson: toColorString)

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