allowChangeTheme property

  1. @Deprecated("Use 'App.appState?.allowChangeTheme' instead.")
bool get allowChangeTheme

Allow the app to change the theme

Implementation

@Deprecated("Use 'App.appState?.allowChangeTheme' instead.")
bool get allowChangeTheme => appState?.allowChangeTheme ?? false;