useAppTheme method

TestDocumentConfigurator useAppTheme(
  1. ThemeData theme
)

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

Implementation

TestDocumentConfigurator useAppTheme(ThemeData theme) {
  _appTheme = theme;
  return this;
}