withSingleEmptyParagraph method

TestDocumentConfigurator withSingleEmptyParagraph()

Implementation

TestDocumentConfigurator withSingleEmptyParagraph() {
  return TestDocumentConfigurator._(
    _widgetTester,
    singleParagraphEmptyDoc(),
  );
}