widgetOf static method
Implementation
static Widget? widgetOf(BuildContext context) {
return InheritedModel.inheritFrom<StageData>(context, aspect: _widgetAspect)!.widget;
}
static Widget? widgetOf(BuildContext context) {
return InheritedModel.inheritFrom<StageData>(context, aspect: _widgetAspect)!.widget;
}