AntdEmptyStyle constructor
const
AntdEmptyStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdFlexStyle? bodyColumnStyle,
- AntdBoxStyle? descriptionStyle,
- Widget? image,
- AntdImageStyle? imageStyle,
Implementation
const AntdEmptyStyle(
{super.inherit,
this.bodyStyle,
this.bodyColumnStyle,
this.descriptionStyle,
this.image,
this.imageStyle});