NiceUserMenuItem constructor
- required String label,
- IconData? icon,
- VoidCallback? onTap,
- bool dividerBefore = false,
- bool destructive = false,
Implementation
const NiceUserMenuItem({
required this.label,
this.icon,
this.onTap,
this.dividerBefore = false,
this.destructive = false,
});