withSingleParagraphShort method
Implementation
TestDocumentConfigurator withSingleParagraphShort() {
return TestDocumentConfigurator._(
_widgetTester,
singleParagraphShortDoc(),
);
}
TestDocumentConfigurator withSingleParagraphShort() {
return TestDocumentConfigurator._(
_widgetTester,
singleParagraphShortDoc(),
);
}