withCustomContent method

TestDocumentConfigurator withCustomContent(
  1. MutableDocument document
)

Implementation

TestDocumentConfigurator withCustomContent(MutableDocument document) {
  return TestDocumentConfigurator._(_widgetTester, document);
}