CommandItemConfig constructor
const
CommandItemConfig({})
Implementation
const CommandItemConfig({
required this.label,
this.group,
this.shortcut,
this.icon,
required this.onSelect,
this.disabled = false,
});