AntdEmpty constructor

const AntdEmpty({
  1. Key? key,
  2. AntdEmptyStyle? style,
  3. AntdStyleBuilder<AntdEmptyStyle, AntdEmpty>? styleBuilder,
  4. Widget? image,
  5. Widget? description,
})

Implementation

const AntdEmpty({
  super.key,
  super.style,
  super.styleBuilder,
  this.image,
  this.description,
});