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