useCupertino property
bool
get
useCupertino
Indicates if the App is running the Cupertino interface theme.
Implementation
bool get useCupertino => appState?.useCupertino ?? UniversalPlatform.isIOS;
Indicates if the App is running the Cupertino interface theme.
bool get useCupertino => appState?.useCupertino ?? UniversalPlatform.isIOS;