ErrorDialog constructor

const ErrorDialog({
  1. Key? key,
  2. required dynamic message,
})

Implementation

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