withFocusNode method
Configures the SuperReader to use the given focusNode
Implementation
TestDocumentConfigurator withFocusNode(FocusNode? focusNode) {
_focusNode = focusNode;
return this;
}
Configures the SuperReader to use the given focusNode
TestDocumentConfigurator withFocusNode(FocusNode? focusNode) {
_focusNode = focusNode;
return this;
}