useAppTheme method
Configures the ThemeData used for the MaterialApp that wraps the SuperReader.
Implementation
TestDocumentConfigurator useAppTheme(ThemeData theme) {
_appTheme = theme;
return this;
}
Configures the ThemeData used for the MaterialApp that wraps the SuperReader.
TestDocumentConfigurator useAppTheme(ThemeData theme) {
_appTheme = theme;
return this;
}