hasWidgetOf static method
Implementation
static bool hasWidgetOf(BuildContext context) {
return InheritedModel.inheritFrom<StageData>(context, aspect: _hasWidgetAspect)!.widget != null;
}
static bool hasWidgetOf(BuildContext context) {
return InheritedModel.inheritFrom<StageData>(context, aspect: _hasWidgetAspect)!.widget != null;
}