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