ErrorView constructor
- Key? key,
- required String errorMessage,
- required VoidCallback onRetry,
Implementation
const ErrorView({
super.key,
required this.errorMessage,
required this.onRetry,
});
const ErrorView({
super.key,
required this.errorMessage,
required this.onRetry,
});