withFocusNode method
Configures the SuperEditor to use the given focusNode
Implementation
TestSuperEditorConfigurator withFocusNode(FocusNode? focusNode) {
_config.focusNode = focusNode;
return this;
}
Configures the SuperEditor to use the given focusNode
TestSuperEditorConfigurator withFocusNode(FocusNode? focusNode) {
_config.focusNode = focusNode;
return this;
}