NiceCommand constructor
const
NiceCommand({})
Implementation
const NiceCommand({
required this.id,
required this.label,
this.description,
this.icon,
this.shortcut,
this.keywords,
this.action,
this.category,
});