NiceMegaMenuItem constructor

const NiceMegaMenuItem({
  1. required String label,
  2. IconData? icon,
  3. VoidCallback? onTap,
  4. String? description,
  5. String? badge,
})

Implementation

const NiceMegaMenuItem({
  required this.label,
  this.icon,
  this.onTap,
  this.description,
  this.badge,
});