withSoftwareKeyboardController method
Configures the SuperEditor's SoftwareKeyboardController.
Implementation
TestSuperEditorConfigurator withSoftwareKeyboardController(SoftwareKeyboardController controller) {
_config.softwareKeyboardController = controller;
return this;
}