OneError constructor
const
OneError({
- Key? key,
- required Object? error,
- StackTrace? stackTrace,
- VoidCallback? onRetry,
- bool showDetails = false,
Implementation
const OneError({
super.key,
required this.error,
this.stackTrace,
this.onRetry,
this.showDetails = false,
});