ExceptionWidget constructor

const ExceptionWidget(
  1. Exception exception, {
  2. Key? key,
  3. required void onRetry(),
})

Implementation

const ExceptionWidget(this.exception, {super.key, required this.onRetry});