allowChangeUI property

bool get allowChangeUI

Is this app allowed to change the very UI (Material, Cupertino, etc.)

Implementation

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