CommandPaletteConfig constructor
CommandPaletteConfig({
- required List<
CommandItemConfig> items, - String placeholder = 'Type a command or search...',
- VoidCallback? onClose,
Implementation
CommandPaletteConfig({
required this.items,
this.placeholder = 'Type a command or search...',
this.onClose,
});