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