autoFocus method
Configures the SuperReader to auto-focus when first pumped, or not.
Implementation
TestDocumentConfigurator autoFocus(bool autoFocus) {
_autoFocus = autoFocus;
return this;
}
Configures the SuperReader to auto-focus when first pumped, or not.
TestDocumentConfigurator autoFocus(bool autoFocus) {
_autoFocus = autoFocus;
return this;
}