CommentSection constructor
- {Key? key,
- required String commentSectionId,
- required CommentSectionWidgetBuilder builder}
Implementation
const CommentSection({
super.key,
required this.commentSectionId,
required this.builder,
});
const CommentSection({
super.key,
required this.commentSectionId,
required this.builder,
});