CommentComponent constructor
const
CommentComponent({
- required Object text,
- RenderConfig renderConfig = const RenderConfig(),
Implementation
const CommentComponent({
required this.text,
this.renderConfig = const RenderConfig(),
});