AntdCardStyle constructor

const AntdCardStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdFlexStyle? bodyColumnStyle,
  4. AntdBoxStyle? headerStyle,
  5. AntdFlexStyle? headerRowStyle,
  6. AntdBoxStyle? titleStyle,
  7. AntdBoxStyle? extraStyle,
  8. AntdBoxStyle? contentStyle,
  9. AntdBoxStyle? footerStyle,
})

Implementation

const AntdCardStyle(
    {super.inherit,
    this.bodyStyle,
    this.bodyColumnStyle,
    this.headerStyle,
    this.headerRowStyle,
    this.titleStyle,
    this.extraStyle,
    this.contentStyle,
    this.footerStyle});