CommandPaletteItem constructor
const
CommandPaletteItem({})
Implementation
const CommandPaletteItem({
required this.label,
this.description,
this.shortcut,
this.group,
this.onSelect,
this.enabled = true,
});