withSingleShortParagraph method

TestSuperEditorConfigurator withSingleShortParagraph()

Implementation

TestSuperEditorConfigurator withSingleShortParagraph() {
  return TestSuperEditorConfigurator._(
    _widgetTester,
    singleParagraphDocShortText(),
  );
}