useCupertino property

bool get useCupertino

Indicates if the App is running the Cupertino interface theme.

Implementation

bool get useCupertino =>
    AppStateX.app.appState?.useCupertino ?? AppStateX.app.iniOS;