withEditorSize method
Configures the SuperReader to constrain its maxHeight and maxWidth using the given size.
Implementation
TestDocumentConfigurator withEditorSize(ui.Size? size) {
_editorSize = size;
return this;
}
Configures the SuperReader to constrain its maxHeight and maxWidth using the given size.
TestDocumentConfigurator withEditorSize(ui.Size? size) {
_editorSize = size;
return this;
}