NiceStartMenuItem constructor
Implementation
const NiceStartMenuItem({
required this.key,
required this.label,
this.icon,
this.children = const [],
this.divider = false,
});
const NiceStartMenuItem({
required this.key,
required this.label,
this.icon,
this.children = const [],
this.divider = false,
});