withToolbar method

DocumentReaderConfig withToolbar(
  1. ToolbarConfig config
)

Configure toolbar

Implementation

DocumentReaderConfig withToolbar(ToolbarConfig config) {
  _toolbar = config;
  return this;
}