ArcaneDialog
Live preview for dialog
Live Demo
Component: dialog
Preview + Code
Code
ArcaneDialog(
  title: 'Confirm Settings',
  child: const Text('Apply changes?'),
  actions: [Button.primary(label: 'Apply', onPressed: () {})],
)

ArcaneDialog#

Live preview for component 'dialog' in the current Arcane catalog.

See the Component Catalog for source mapping and parity status.

On this page