withTwoEmptyParagraphs method
Implementation
TestDocumentConfigurator withTwoEmptyParagraphs() {
return TestDocumentConfigurator._(
_widgetTester,
twoParagraphEmptyDoc(),
);
}
TestDocumentConfigurator withTwoEmptyParagraphs() {
return TestDocumentConfigurator._(
_widgetTester,
twoParagraphEmptyDoc(),
);
}