FMSearchResultListOptions constructor
const
FMSearchResultListOptions({
- EdgeInsets? padding,
- Widget? emptyView,
- Widget? noTextView,
- Widget? loadingView,
- Widget itemBuilder()?,
- double maxHeight = 200,
- Widget separatorBuilder()?,
- BoxDecoration? overlayDecoration,
Implementation
const FMSearchResultListOptions({
this.padding,
this.emptyView,
this.noTextView,
this.loadingView,
this.itemBuilder,
this.maxHeight = 200,
this.separatorBuilder,
this.overlayDecoration,
});