CommentsPage constructor

const CommentsPage({
  1. Key? key,
  2. required Post post,
})

Implementation

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