M3EMenuSelectable constructor
const
M3EMenuSelectable({})
M3EMenuSelectable.
Implementation
const M3EMenuSelectable({
required this.label,
required this.value,
this.leading,
this.trailing,
this.trailingText,
this.badge,
this.supportingText,
this.selected = false,
this.onPressed,
this.enabled = true,
this.shape = M3EMenuItemShape.standalone,
});