ThemeModeNotifier constructor

ThemeModeNotifier(
  1. ThemeService _themeService
)

Creates a new ThemeModeNotifier instance.

Implementation

ThemeModeNotifier(this._themeService) : super(_themeService.getThemeMode());