DialogSelect<T> constructor
DialogSelect<T> ({
- required List<
DialogSelectItem< items,T> > - String? title,
- String? searchHint,
- void onSelect(
- DialogSelectItem<
T> item
- DialogSelectItem<
- CmdCallback? onDismiss,
- int? width,
- int? height,
- List<
({String description, String key})> keybinds = const [], - Widget trailing()?,
- void onHighlightChanged(
- DialogSelectItem<
T> item
- DialogSelectItem<
- Widget emptyBuilder(
- String searchQuery
- Key? key,
Implementation
DialogSelect({
required this.items,
this.title,
this.searchHint,
this.onSelect,
this.onDismiss,
this.width,
this.height,
this.keybinds = const [],
this.trailing,
this.onHighlightChanged,
this.emptyBuilder,
super.key,
});