ThemeProvider constructor

ThemeProvider()

Implementation

ThemeProvider() {
  _themeMode = ThemeMode.system;
  _theme = lightTheme;
}