ExceptionDialog constructor

const ExceptionDialog({
  1. Key? key,
  2. required String code,
  3. required String message,
  4. required VoidCallback onConfirm,
})

Implementation

const ExceptionDialog({super.key, required this.code, required this.message, required this.onConfirm});