themeMode property

ThemeMode get themeMode

Implementation

ThemeMode get themeMode =>
    _isDarkMode.value ? ThemeMode.dark : ThemeMode.light;