AppMenuItem constructor
const
AppMenuItem({})
Implementation
const AppMenuItem({
super.key,
required this.label,
this.leadingIcon,
this.trailingIcon,
this.supportingText,
this.showDivider = false,
this.selected = false,
this.enabled = true,
this.bold = false,
this.onTap,
});