allowChangeTheme property

bool get allowChangeTheme

App is allowed to change the app's theme Is this app allowed to manually change locale?

Implementation

bool get allowChangeTheme => appState?.allowChangeTheme ?? false;