RankedListPrompt<T> constructor
RankedListPrompt<T> ({})
Implementation
RankedListPrompt({
required this.title,
required this.items,
this.theme = PromptTheme.dark,
this.maxVisible = 12,
this.alwaysShowSearch = true,
this.initialFuzzyMode = true,
this.reservedLines = 8,
});