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