useAppTheme method

TestSuperEditorConfigurator useAppTheme(
  1. ThemeData theme
)

Configures the ThemeData used for the MaterialApp that wraps the SuperEditor.

Implementation

TestSuperEditorConfigurator useAppTheme(ThemeData theme) {
  _config.appTheme = theme;
  return this;
}