withTwoEmptyParagraphs method
Implementation
TestSuperEditorConfigurator withTwoEmptyParagraphs() {
return TestSuperEditorConfigurator._(
_widgetTester,
twoParagraphEmptyDoc(),
);
}
TestSuperEditorConfigurator withTwoEmptyParagraphs() {
return TestSuperEditorConfigurator._(
_widgetTester,
twoParagraphEmptyDoc(),
);
}