AntdCard constructor

const AntdCard({
  1. Key? key,
  2. AntdCardStyle? style,
  3. AntdStyleBuilder<AntdCardStyle, AntdCard>? styleBuilder,
  4. Widget? icon,
  5. Widget? extra,
  6. Widget? title,
  7. Widget? child,
  8. Widget? footer,
})

Implementation

const AntdCard(
    {super.key,
    super.style,
    super.styleBuilder,
    this.icon,
    this.extra,
    this.title,
    this.child,
    this.footer});