CLCommandItem constructor
const
CLCommandItem({})
Implementation
const CLCommandItem({
required this.id,
required this.label,
this.description,
this.icon,
required this.onSelect,
this.group,
});
const CLCommandItem({
required this.id,
required this.label,
this.description,
this.icon,
required this.onSelect,
this.group,
});