withComponentBuilders method

TestSuperEditorConfigurator withComponentBuilders(
  1. List<ComponentBuilder>? componentBuilders
)

Configures the SuperEditor to use only the given componentBuilders

Implementation

TestSuperEditorConfigurator withComponentBuilders(List<ComponentBuilder>? componentBuilders) {
  _config.componentBuilders = componentBuilders;
  return this;
}