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