withFocusNode method

TestSuperEditorConfigurator withFocusNode(
  1. FocusNode? focusNode
)

Configures the SuperEditor to use the given focusNode

Implementation

TestSuperEditorConfigurator withFocusNode(FocusNode? focusNode) {
  _config.focusNode = focusNode;
  return this;
}