AntdErrorBlockStyle constructor
const
AntdErrorBlockStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdFlexStyle? bodyColumnStyle,
- AntdBoxStyle? descStyle,
- AntdBoxStyle? extraStyle,
- AntdBoxStyle? titleStyle,
- Widget? builder(
- AntdErrorBlockStatus? status
- AntdImageStyle? imageStyle,
Implementation
const AntdErrorBlockStyle(
{super.inherit,
this.bodyStyle,
this.bodyColumnStyle,
this.descStyle,
this.extraStyle,
this.titleStyle,
this.builder,
this.imageStyle});