Returns the App's ThemeMode if any.
ThemeMode? onThemeMode() => inThemeMode?.call() ?? ThemeMode.system;