AntdCardMeta constructor

const AntdCardMeta({
  1. Key? key,
  2. Widget? avatar,
  3. String? title,
  4. String? description,
  5. BoxDecoration? style,
})

Implementation

const AntdCardMeta({
  super.key,
  this.avatar,
  this.title,
  this.description,
  this.style,
});