withCustomWidgetTreeBuilder method
Configures the SuperEditor to use a custom widget tree above SuperEditor.
Implementation
TestSuperEditorConfigurator withCustomWidgetTreeBuilder(WidgetTreeBuilder? builder) {
_config.widgetTreeBuilder = builder;
return this;
}