withKey method
Configures the SuperEditor to use the given key.
Implementation
TestSuperEditorConfigurator withKey(Key? key) {
_config.key = key;
return this;
}
Configures the SuperEditor to use the given key.
TestSuperEditorConfigurator withKey(Key? key) {
_config.key = key;
return this;
}