withSelection method
Configures the SuperReader to use the given selection as its initial selection.
Implementation
TestDocumentConfigurator withSelection(DocumentSelection? selection) {
_selection = selection;
return this;
}
Configures the SuperReader to use the given selection as its initial selection.
TestDocumentConfigurator withSelection(DocumentSelection? selection) {
_selection = selection;
return this;
}