ComErrorWidget constructor

const ComErrorWidget({
  1. Key? key,
  2. String? message,
  3. VoidCallback? onRetry,
})

Implementation

const ComErrorWidget({super.key, this.message, this.onRetry});