withToolbar method
Configure toolbar
Implementation
DocumentReaderConfig withToolbar(ToolbarConfig config) {
_toolbar = config;
return this;
}
Configure toolbar
DocumentReaderConfig withToolbar(ToolbarConfig config) {
_toolbar = config;
return this;
}