NiceMenuItem constructor
Implementation
const NiceMenuItem({
required this.id,
required this.label,
this.icon,
this.children = const [],
this.enabled = true,
this.badge,
});
const NiceMenuItem({
required this.id,
required this.label,
this.icon,
this.children = const [],
this.enabled = true,
this.badge,
});