withAndroidToolbarBuilder method
Configures the SuperEditor to use the given builder as its android toolbar builder.
Implementation
TestSuperEditorConfigurator withAndroidToolbarBuilder(DocumentFloatingToolbarBuilder? builder) {
_config.androidToolbarBuilder = builder;
return this;
}