NiceMegaMenuItem constructor
- required String label,
- IconData? icon,
- VoidCallback? onTap,
- String? description,
- String? badge,
Implementation
const NiceMegaMenuItem({
required this.label,
this.icon,
this.onTap,
this.description,
this.badge,
});