CupertinoContextMenuModifier constructor
const
CupertinoContextMenuModifier({})
Create a context menu.
actions
is required and cannot be null or empty.
child
is required and cannot be null.
Implementation
const CupertinoContextMenuModifier({
super.key,
super.child,
super.modifierKey,
required this.actions,
this.previewBuilder,
});