S360fMenuItem constructor
const
S360fMenuItem({})
Implementation
const S360fMenuItem({
super.key,
this.label,
this.onPressed,
this.icon,
this.isDisable = false,
this.isExpanded = true,
});
const S360fMenuItem({
super.key,
this.label,
this.onPressed,
this.icon,
this.isDisable = false,
this.isExpanded = true,
});