AntdEmptyStyle constructor

const AntdEmptyStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdFlexStyle? bodyColumnStyle,
  4. AntdBoxStyle? descriptionStyle,
  5. Widget? image,
  6. AntdImageStyle? imageStyle,
})

Implementation

const AntdEmptyStyle(
    {super.inherit,
    this.bodyStyle,
    this.bodyColumnStyle,
    this.descriptionStyle,
    this.image,
    this.imageStyle});