AntdCardStyle constructor
const
AntdCardStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdFlexStyle? bodyColumnStyle,
- AntdBoxStyle? headerStyle,
- AntdFlexStyle? headerRowStyle,
- AntdBoxStyle? titleStyle,
- AntdBoxStyle? extraStyle,
- AntdBoxStyle? contentStyle,
Implementation
const AntdCardStyle(
{super.inherit,
this.bodyStyle,
this.bodyColumnStyle,
this.headerStyle,
this.headerRowStyle,
this.titleStyle,
this.extraStyle,
this.contentStyle,
this.footerStyle});