AntdErrorBlock constructor
const
AntdErrorBlock({
- Key? key,
- AntdErrorBlockStyle? style,
- AntdStyleBuilder<
AntdErrorBlockStyle, AntdErrorBlock> ? styleBuilder, - Widget? image,
- AntdErrorBlockStatus? status,
- Widget? title,
- Widget? desc,
- bool? fullPage,
- Widget? extra,
Implementation
const AntdErrorBlock(
{super.key,
super.style,
super.styleBuilder,
this.image,
this.status,
this.title,
this.desc,
this.fullPage,
this.extra});