withKey method

Configures the SuperEditor to use the given key.

Implementation

TestSuperEditorConfigurator withKey(Key? key) {
  _config.key = key;
  return this;
}