CommentSection constructor

const CommentSection(
  1. {Key? key,
  2. required String commentSectionId,
  3. required CommentSectionWidgetBuilder builder}
)

Implementation

const CommentSection({
  super.key,
  required this.commentSectionId,
  required this.builder,
});