isCupertinoAppAncestor static method
Implementation
static bool isCupertinoAppAncestor(BuildContext context) {
return context.findAncestorWidgetOfExactType<CupertinoApp>() != null;
}
static bool isCupertinoAppAncestor(BuildContext context) {
return context.findAncestorWidgetOfExactType<CupertinoApp>() != null;
}