AntdCard constructor
const
AntdCard({
- Key? key,
- AntdCardStyle? style,
- AntdStyleBuilder<
AntdCardStyle, AntdCard> ? styleBuilder, - Widget? icon,
- Widget? extra,
- Widget? title,
- Widget? child,
Implementation
const AntdCard(
{super.key,
super.style,
super.styleBuilder,
this.icon,
this.extra,
this.title,
this.child,
this.footer});