useStylesheet method
Configures the SuperReader to use the given stylesheet.
Implementation
TestDocumentConfigurator useStylesheet(Stylesheet stylesheet) {
_stylesheet = stylesheet;
return this;
}
Configures the SuperReader to use the given stylesheet.
TestDocumentConfigurator useStylesheet(Stylesheet stylesheet) {
_stylesheet = stylesheet;
return this;
}