withTwoEmptyParagraphs method

TestSuperEditorConfigurator withTwoEmptyParagraphs()

Implementation

TestSuperEditorConfigurator withTwoEmptyParagraphs() {
  return TestSuperEditorConfigurator._(
    _widgetTester,
    twoParagraphEmptyDoc(),
  );
}