withLayoutKey method

Configures the SuperEditor DocumentLayout to use the given layoutKey.

Implementation

TestSuperEditorConfigurator withLayoutKey(GlobalKey? layoutKey) {
  _config.layoutKey = layoutKey;
  return this;
}