withAndroidToolbarBuilder method

TestDocumentConfigurator withAndroidToolbarBuilder(
  1. WidgetBuilder? builder
)

Configures the SuperEditor to use the given builder as its android toolbar builder.

Implementation

TestDocumentConfigurator withAndroidToolbarBuilder(WidgetBuilder? builder) {
  _androidToolbarBuilder = builder;
  return this;
}