ComErrorWidget constructor
      const
      ComErrorWidget({ 
    
    
- Key? key,
- String? message,
- VoidCallback? onRetry,
Implementation
const ComErrorWidget({super.key, this.message, this.onRetry});