AntdFooter constructor

const AntdFooter({
  1. Key? key,
  2. AntdFooterStyle? style,
  3. AntdStyleBuilder<AntdFooterStyle, AntdFooter>? styleBuilder,
  4. Widget? label,
  5. List<Widget>? links,
  6. Widget? content,
  7. List<AntdFooterChip>? chips,
})

Implementation

const AntdFooter({
  super.key,
  super.style,
  super.styleBuilder,
  this.label,
  this.links,
  this.content,
  this.chips,
});