CommandPaletteItem constructor
const
CommandPaletteItem({})
Implementation
const CommandPaletteItem({
required this.id,
required this.label,
required this.section,
required this.icon,
required this.onSelect,
this.keywords = const [],
});