withCustomContent method

TestSuperEditorConfigurator withCustomContent(
  1. MutableDocument document
)

Implementation

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