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