AntdFooter constructor
const
AntdFooter({
- Key? key,
- AntdFooterStyle? style,
- AntdStyleBuilder<
AntdFooterStyle, AntdFooter> ? styleBuilder, - Widget? label,
- List<
Widget> ? links, - Widget? content,
- List<
AntdFooterChip> ? chips,
Implementation
const AntdFooter({
super.key,
super.style,
super.styleBuilder,
this.label,
this.links,
this.content,
this.chips,
});