AntdEmpty constructor
const
AntdEmpty({
- Key? key,
- AntdEmptyStyle? style,
- AntdStyleBuilder<
AntdEmptyStyle, AntdEmpty> ? styleBuilder, - Widget? image,
- Widget? description,
Implementation
const AntdEmpty({
super.key,
super.style,
super.styleBuilder,
this.image,
this.description,
});