CNPopupMenuItem constructor
const
CNPopupMenuItem({})
Creates a selectable popup menu item.
Implementation
const CNPopupMenuItem({
required this.label,
this.icon,
this.customIcon,
this.imageAsset,
this.iconColor,
this.enabled = true,
this.checked = false,
});