withTwoEmptyParagraphs method

TestDocumentConfigurator withTwoEmptyParagraphs()

Implementation

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