withLongTextContent method

TestSuperEditorConfigurator withLongTextContent()

Implementation

TestSuperEditorConfigurator withLongTextContent() {
  return TestSuperEditorConfigurator._(
    _widgetTester,
    longTextDoc(),
  );
}