NiceErrorHandler constructor
Implementation
const NiceErrorHandler({
super.key,
required this.child,
this.fallback,
this.fallbackBuilder,
this.onError,
this.showRetry = true,
this.retryLabel,
this.title,
});
const NiceErrorHandler({
super.key,
required this.child,
this.fallback,
this.fallbackBuilder,
this.onError,
this.showRetry = true,
this.retryLabel,
this.title,
});