SuggestionsBoxDecoration constructor

const SuggestionsBoxDecoration({double elevation: 4.0 Color color, ShapeBorder shape, bool hasScrollbar: true, BorderRadius borderRadius, Color shadowColor: const Color(0xFF000000), BoxConstraints constraints, double offsetX: 0.0 })

Creates a SuggestionsBoxDecoration

Implementation

const SuggestionsBoxDecoration(
    {this.elevation: 4.0,
    this.color,
    this.shape,
    this.hasScrollbar: true,
    this.borderRadius,
    this.shadowColor: const Color(0xFF000000),
    this.constraints,
    this.offsetX: 0.0})
    : assert(shadowColor != null),
      assert(elevation != null);