AntdCardMeta constructor
const
AntdCardMeta({
- Key? key,
- Widget? avatar,
- String? title,
- String? description,
- BoxDecoration? style,
Implementation
const AntdCardMeta({
super.key,
this.avatar,
this.title,
this.description,
this.style,
});