ExceptionWidget constructor

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

Implementation

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