withSingleParagraphShort method

TestDocumentConfigurator withSingleParagraphShort()

Implementation

TestDocumentConfigurator withSingleParagraphShort() {
  return TestDocumentConfigurator._(
    _widgetTester,
    singleParagraphShortDoc(),
  );
}