withSingleParagraph method

TestDocumentConfigurator withSingleParagraph()

Implementation

TestDocumentConfigurator withSingleParagraph() {
  return TestDocumentConfigurator._(
    _widgetTester,
    singleParagraphDoc(),
  );
}