AntdFooterStyle constructor

const AntdFooterStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? labelStyle,
  3. AntdBoxStyle? linkStyle,
  4. AntdBoxStyle? contentStyle,
  5. AntdBoxStyle? chipStyle,
  6. AntdBoxStyle? chipActiveStyle,
})

Implementation

const AntdFooterStyle({
  super.inherit,
  this.labelStyle,
  this.linkStyle,
  this.contentStyle,
  this.chipStyle,
  this.chipActiveStyle,
});