withLongTextContent method

TestDocumentConfigurator withLongTextContent()

Implementation

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