allowChangeUI property

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

Allow the app to directly change the UI design

Implementation

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