component/dialog/confirm library
Classes
- DialogConfirm
- A confirmation dialog widget designed for user decision-making in the Arcane Flutter UI system. This component provides a standardized way to present confirmation prompts with a title, optional description (as text or custom widget), and action buttons for confirm and cancel operations. It extends StatelessWidget and mixes in ArcaneDialogLauncher to enable easy launching from any context.