useAppTheme method
Configures the ThemeData used for the MaterialApp that wraps the SuperEditor.
Implementation
TestSuperEditorConfigurator useAppTheme(ThemeData theme) {
_config.appTheme = theme;
return this;
}
Configures the ThemeData used for the MaterialApp that wraps the SuperEditor.
TestSuperEditorConfigurator useAppTheme(ThemeData theme) {
_config.appTheme = theme;
return this;
}