useCupertino property

bool get useCupertino

Indicates if the App is running the Cupertino interface theme.

Implementation

bool get useCupertino => appState?.useCupertino ?? UniversalPlatform.isIOS;