ModPopupMenuItem<T> constructor
const
ModPopupMenuItem<T> ({})
Implementation
const ModPopupMenuItem({
required this.value,
this.text,
this.icon,
this.textColor,
this.iconColor,
this.enabled = true,
this.child,
this.submenu,
});