allowChangeTheme property
Allow the app to change the theme
Implementation
@Deprecated("Use 'App.appState?.allowChangeTheme' instead.")
bool get allowChangeTheme => appState?.allowChangeTheme ?? false;
Allow the app to change the theme
@Deprecated("Use 'App.appState?.allowChangeTheme' instead.")
bool get allowChangeTheme => appState?.allowChangeTheme ?? false;