PopupProps<T>.menu constructor
const
PopupProps<T>.menu ({
Implementation
const PopupProps.menu({
this.title,
this.fit = FlexFit.tight,
this.showSearchBox = false,
this.menuProps = const MenuProps(),
this.searchFieldProps = const TextFieldProps(),
this.scrollbarProps = const ScrollbarProps(),
this.listViewProps = const ListViewProps(),
this.favoriteItemProps = const FavoriteItemProps(),
this.searchDelay = const Duration(seconds: 1),
this.onDismissed,
this.emptyBuilder,
this.itemBuilder,
this.errorBuilder,
this.loadingBuilder,
this.showSelectedItems = false,
this.disabledItemFn,
this.isFilterOnline = false,
this.containerBuilder,
this.constraints = const BoxConstraints(maxHeight: 350),
this.interceptCallBacks = false,
}) : mode = Mode.menu,
bottomSheetProps = const BottomSheetProps(),
dialogProps = const DialogProps(),
modalBottomSheetProps = const ModalBottomSheetProps();