ErrorDialog constructor Null safety

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

Implementation

const ErrorDialog(this.message, this.exception, {Key? key}) : super(key: key);