ErrorDialog constructor

const ErrorDialog({
  1. Key? key,
  2. String? title,
  3. required String message,
})

Implementation

const ErrorDialog({super.key, this.title, required this.message});