CocobaseErrorWidget constructor
const
CocobaseErrorWidget({
- Key? key,
- required CocobaseError error,
- VoidCallback? onRetry,
- String? retryLabel,
Implementation
const CocobaseErrorWidget({
super.key,
required this.error,
this.onRetry,
this.retryLabel,
});