withSingleEmptyParagraph method

TestSuperEditorConfigurator withSingleEmptyParagraph()

Implementation

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