withCustomWidgetTreeBuilder method
Configures the SuperReader to use a custom widget tree above SuperReader.
Implementation
TestDocumentConfigurator withCustomWidgetTreeBuilder(WidgetTreeBuilder? builder) {
_widgetTreeBuilder = builder;
return this;
}