AntdFooterStyle constructor
const
AntdFooterStyle({
- bool inherit = true,
- AntdBoxStyle? labelStyle,
- AntdBoxStyle? linkStyle,
- AntdBoxStyle? contentStyle,
- AntdBoxStyle? chipStyle,
- AntdBoxStyle? chipActiveStyle,
Implementation
const AntdFooterStyle({
super.inherit,
this.labelStyle,
this.linkStyle,
this.contentStyle,
this.chipStyle,
this.chipActiveStyle,
});