RichTextContainerParagraph constructor
RichTextContainerParagraph({
- required List<
RichTextLeaf> content,
Implementation
RichTextContainerParagraph({
required this.content,
});