SuggestionsBoxDecoration constructor
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);