useStylesheet method

TestSuperEditorConfigurator useStylesheet(
  1. Stylesheet? stylesheet
)

Configures the SuperEditor to use the given stylesheet.

Implementation

TestSuperEditorConfigurator useStylesheet(Stylesheet? stylesheet) {
  _config.stylesheet = stylesheet;
  return this;
}