twoParagraphEmptyDoc function

MutableDocument twoParagraphEmptyDoc()

Implementation

MutableDocument twoParagraphEmptyDoc() => MutableDocument(
      nodes: [
        ParagraphNode(id: "1", text: AttributedText()),
        ParagraphNode(id: "2", text: AttributedText()),
      ],
    );