themeMode property

NavigationThemeMode? themeMode
getter/setter pair

The theme mode for the navigation View. Can be NavigationThemeMode.system, NavigationThemeMode.light, NavigationThemeMode.dark The default is NavigationThemeMode.system.

Implementation

NavigationThemeMode? themeMode;