SuggestionListConfig constructor
const
SuggestionListConfig({
- BoxDecoration? decoration,
- EdgeInsets? padding,
- EdgeInsets? margin,
- SuggestionListAlignment axisAlignment = SuggestionListAlignment.right,
- double itemSeparatorWidth = 8,
Implementation
const SuggestionListConfig({
this.decoration,
this.padding,
this.margin,
this.axisAlignment = SuggestionListAlignment.right,
this.itemSeparatorWidth = 8,
});