ZetaSlidableAction.menuMore constructor
Constructs a More menu ZetaSlidableAction.
Implementation
const ZetaSlidableAction.menuMore({
super.key,
this.onPressed,
this.semanticLabel = 'More',
this.paleColor = false,
}) : icon = ZetaIcons.more_vertical,
color = null,
customForegroundColor = null,
customBackgroundColor = null,
_type = _ZetaSlidableActionType.menuMore;