withAndroidToolbarBuilder method
Configures the SuperEditor to use the given builder as its android toolbar builder.
Implementation
TestDocumentConfigurator withAndroidToolbarBuilder(WidgetBuilder? builder) {
_androidToolbarBuilder = builder;
return this;
}