ErrorListWidget constructor

const ErrorListWidget({
  1. Key? key,
  2. String? text,
  3. VoidCallback? onTapReload,
  4. String? textReload,
})

Implementation

const ErrorListWidget({
  Key? key,
  this.text,
  this.onTapReload,
  this.textReload,
}) : super(key: key);