builder property

CommentSectionWidgetBuilder builder
final

The builder for the comment section.

The builder takes a BuildContext, a comment section ID String, and a list of CommentModels, and returns a Widget.

Implementation

final CommentSectionWidgetBuilder builder;