stateOf static method
Implementation
static TagState stateOf(BuildContext context, Object tag) {
return InheritedModel.inheritFrom<StageData>(context, aspect: (#state, tag))!.tagStates[tag] ?? .idle;
}
static TagState stateOf(BuildContext context, Object tag) {
return InheritedModel.inheritFrom<StageData>(context, aspect: (#state, tag))!.tagStates[tag] ?? .idle;
}