SuggestionListConfig constructor

const SuggestionListConfig({
  1. BoxDecoration? decoration,
  2. EdgeInsets? padding,
  3. EdgeInsets? margin,
  4. SuggestionListAlignment axisAlignment = SuggestionListAlignment.right,
  5. double itemSeparatorWidth = 8,
})

Implementation

const SuggestionListConfig({
  this.decoration,
  this.padding,
  this.margin,
  this.axisAlignment = SuggestionListAlignment.right,
  this.itemSeparatorWidth = 8,
});