ExceptionDialog constructor
const
ExceptionDialog({
- Key? key,
- required String code,
- required String message,
- required VoidCallback onConfirm,
Implementation
const ExceptionDialog({super.key, required this.code, required this.message, required this.onConfirm});