CupertinoSuggestionsBoxDecoration constructor

const CupertinoSuggestionsBoxDecoration({
  1. bool hasScrollbar = true,
  2. BoxConstraints? constraints,
  3. Color? color,
  4. BoxBorder? border,
  5. BorderRadiusGeometry? borderRadius,
  6. double offsetX = 0.0,
})

Implementation

const CupertinoSuggestionsBoxDecoration(
    {this.hasScrollbar: true,
    this.constraints,
    this.color,
    this.border,
    this.borderRadius,
    this.offsetX: 0.0});