builder property
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;
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.
final CommentSectionWidgetBuilder builder;