AntdErrorBlock constructor

const AntdErrorBlock({
  1. Key? key,
  2. AntdErrorBlockStyle? style,
  3. AntdStyleBuilder<AntdErrorBlockStyle, AntdErrorBlock>? styleBuilder,
  4. Widget? image,
  5. AntdErrorBlockStatus? status,
  6. Widget? title,
  7. Widget? desc,
  8. bool? fullPage,
  9. Widget? extra,
})

Implementation

const AntdErrorBlock(
    {super.key,
    super.style,
    super.styleBuilder,
    this.image,
    this.status,
    this.title,
    this.desc,
    this.fullPage,
    this.extra});