Skip to main content

IndividualPostCommentSection constructor

const IndividualPostCommentSection({Key? key, required List<Comments> comments, required String postID})

Implementation

const IndividualPostCommentSection(\{
Key? key,
required this.comments,
required this.postID,
\}) : super(key: key);