tagOf static method
Implementation
static Object? tagOf(BuildContext context) {
return InheritedModel.inheritFrom<StageData>(context, aspect: _tagAspect)!.tag;
}
static Object? tagOf(BuildContext context) {
return InheritedModel.inheritFrom<StageData>(context, aspect: _tagAspect)!.tag;
}