CommentForm constructor

const CommentForm(
  1. String commentSectionID,
  2. {Key? key}
)

Implementation

const CommentForm(this.commentSectionID, {super.key});