hasScope static method
Returns true if there's a UIProShimmerScope ancestor.
Implementation
static bool hasScope(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<UIProShimmerScope>() !=
null;
}
Returns true if there's a UIProShimmerScope ancestor.
static bool hasScope(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<UIProShimmerScope>() !=
null;
}