withSoftwareKeyboardController method

TestSuperEditorConfigurator withSoftwareKeyboardController(
  1. SoftwareKeyboardController controller
)

Implementation

TestSuperEditorConfigurator withSoftwareKeyboardController(SoftwareKeyboardController controller) {
  _config.softwareKeyboardController = controller;
  return this;
}