ArcaneContextMenu#
Live preview for component 'context-menu' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.
ArcaneContextMenu(
trigger: Button.secondary(label: 'Right-click me', onPressed: () {}),
items: const [MenuItemAction(label: 'Copy')],
)
Live preview for component 'context-menu' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.