SMenuItem<T>.clickable constructor
const
SMenuItem<T>.clickable ({})
Implementation
const SMenuItem.clickable({
super.key,
this.preview,
this.value,
this.onPressed,
this.leading,
this.trailing,
this.title,
this.style = const SMenuItemStyle(),
}) : builder = null,
child = null,
onToggle = null,
toggled = null,
type = SMenuItemType.clickable;