FMSearchResultListOptions constructor

const FMSearchResultListOptions({
  1. EdgeInsets? padding,
  2. Widget? emptyView,
  3. Widget? noTextView,
  4. Widget? loadingView,
  5. Widget itemBuilder(
    1. BuildContext,
    2. int,
    3. FMData
    )?,
  6. double maxHeight = 200,
  7. Widget separatorBuilder(
    1. BuildContext,
    2. int
    )?,
  8. BoxDecoration? overlayDecoration,
})

Implementation

const FMSearchResultListOptions({
  this.padding,
  this.emptyView,
  this.noTextView,
  this.loadingView,
  this.itemBuilder,
  this.maxHeight = 200,
  this.separatorBuilder,
  this.overlayDecoration,
});