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