SearchableListPrompt<T> constructor
SearchableListPrompt<T> ({})
Implementation
SearchableListPrompt({
required this.title,
required this.items,
this.theme = PromptTheme.dark,
this.multiSelect = false,
this.maxVisible = 10,
this.initialSelection,
this.searchEnabled = true,
this.reservedLines = 7,
});