AntdErrorBlockStyle constructor

const AntdErrorBlockStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdFlexStyle? bodyColumnStyle,
  4. AntdBoxStyle? descStyle,
  5. AntdBoxStyle? extraStyle,
  6. AntdBoxStyle? titleStyle,
  7. Widget? builder(
    1. AntdErrorBlockStatus? status
    )?,
  8. AntdImageStyle? imageStyle,
})

Implementation

const AntdErrorBlockStyle(
    {super.inherit,
    this.bodyStyle,
    this.bodyColumnStyle,
    this.descStyle,
    this.extraStyle,
    this.titleStyle,
    this.builder,
    this.imageStyle});