CommandItem constructor
const
CommandItem({})
Implementation
const CommandItem({
required this.label,
this.icon,
this.shortcut,
this.onSelect,
this.disabled = false,
this.keywords,
this.href,
this.hrefTarget,
});