withComponentBuilders method
Configures the SuperEditor to use only the given componentBuilders
Implementation
TestSuperEditorConfigurator withComponentBuilders(List<ComponentBuilder>? componentBuilders) {
_config.componentBuilders = componentBuilders;
return this;
}