CommentComponent constructor

const CommentComponent({
  1. required Object text,
  2. RenderConfig renderConfig = const RenderConfig(),
})

Implementation

const CommentComponent({
  required this.text,
  this.renderConfig = const RenderConfig(),
});