PostCard constructor

const PostCard(
  1. BlogPost post, {
  2. Key? key,
})

Implementation

const PostCard(this.post, {super.key});