withSingleParagraphAndLink method
Implementation
TestSuperEditorConfigurator withSingleParagraphAndLink() {
return TestSuperEditorConfigurator._(
_widgetTester,
singleParagraphWithLinkDoc(),
);
}
TestSuperEditorConfigurator withSingleParagraphAndLink() {
return TestSuperEditorConfigurator._(
_widgetTester,
singleParagraphWithLinkDoc(),
);
}