withSingleParagraph method

TestSuperEditorConfigurator withSingleParagraph()

Implementation

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