CustomPopupMenuItem constructor
const
CustomPopupMenuItem({})
A button in the popup
Implementation
const CustomPopupMenuItem({
super.key,
required this.label,
required this.icon,
required this.onTap,
this.height = 35,
this.spacing,
this.foregroundColor,
this.backgroundColor,
});