withBackground method
Configure background
Implementation
DocumentReaderConfig withBackground(BackgroundConfig config) {
_background = config;
return this;
}
Configure background
DocumentReaderConfig withBackground(BackgroundConfig config) {
_background = config;
return this;
}