DynamicListPrompt<T> constructor
DynamicListPrompt<T> ({
- required String title,
- PromptTheme theme = PromptTheme.dark,
- int maxVisible = 18,
Implementation
DynamicListPrompt({
required this.title,
this.theme = PromptTheme.dark,
this.maxVisible = 18,
});