withSingleParagraph method
Implementation
TestSuperEditorConfigurator withSingleParagraph() {
return TestSuperEditorConfigurator._(
_widgetTester,
singleParagraphDoc(),
);
}
TestSuperEditorConfigurator withSingleParagraph() {
return TestSuperEditorConfigurator._(
_widgetTester,
singleParagraphDoc(),
);
}