withSelection method
Configures the SuperEditor to use the given selection as its initial selection.
Implementation
TestSuperEditorConfigurator withSelection(DocumentSelection? selection) {
_config.selection = selection;
return this;
}
Configures the SuperEditor to use the given selection as its initial selection.
TestSuperEditorConfigurator withSelection(DocumentSelection? selection) {
_config.selection = selection;
return this;
}