withSingleShortParagraph method
Implementation
TestSuperEditorConfigurator withSingleShortParagraph() {
return TestSuperEditorConfigurator._(
_widgetTester,
singleParagraphDocShortText(),
);
}
TestSuperEditorConfigurator withSingleShortParagraph() {
return TestSuperEditorConfigurator._(
_widgetTester,
singleParagraphDocShortText(),
);
}