You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theme scheme or theme can be changed using: fcnGetIt.get<Store<AppState>>().dispatch(ChangeFlexSchemeAction(flexScheme: FlexScheme.red.name)); fcnGetIt.get<Store<AppState>>().dispatch(ChangeThemeMode(ChangeThemeModeAction(themeMode: ThemeMode.dark));
How do I change theme mode? Do I need to use MaterialApp themeMode?
The text was updated successfully, but these errors were encountered: