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