withSingleEmptyParagraph method
Implementation
TestSuperEditorConfigurator withSingleEmptyParagraph() {
return TestSuperEditorConfigurator._(
_widgetTester,
singleParagraphEmptyDoc(),
);
}
TestSuperEditorConfigurator withSingleEmptyParagraph() {
return TestSuperEditorConfigurator._(
_widgetTester,
singleParagraphEmptyDoc(),
);
}