getThemeMode method

ThemeMode getThemeMode()

Implementation

ThemeMode getThemeMode() =>
    getIsDarkMode() ? ThemeMode.dark : ThemeMode.light;