SelectableGridPrompt<T> constructor
SelectableGridPrompt<T> ({})
Implementation
SelectableGridPrompt({
required this.title,
required this.items,
this.theme = PromptTheme.dark,
this.multiSelect = false,
this.columns = 0,
this.cellWidth,
this.maxColumns,
this.initialSelection,
});