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