withLayoutKey method
Configures the SuperEditor DocumentLayout to use the given layoutKey.
Implementation
TestSuperEditorConfigurator withLayoutKey(GlobalKey? layoutKey) {
_config.layoutKey = layoutKey;
return this;
}
Configures the SuperEditor DocumentLayout to use the given layoutKey.
TestSuperEditorConfigurator withLayoutKey(GlobalKey? layoutKey) {
_config.layoutKey = layoutKey;
return this;
}