ArcaneDialog#
Live preview for component 'dialog' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.
ArcaneDialog(
title: 'Confirm Settings',
child: const Text('Apply changes?'),
actions: [Button.primary(label: 'Apply', onPressed: () {})],
)
Live preview for component 'dialog' in the current Arcane catalog.
See the Component Catalog for source mapping and parity status.