useStylesheet method
Configures the SuperEditor to use the given stylesheet.
Implementation
TestSuperEditorConfigurator useStylesheet(Stylesheet? stylesheet) {
_config.stylesheet = stylesheet;
return this;
}
Configures the SuperEditor to use the given stylesheet.
TestSuperEditorConfigurator useStylesheet(Stylesheet? stylesheet) {
_config.stylesheet = stylesheet;
return this;
}