of static method
Implementation
static StageData of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<StageData>()!;
}
static StageData of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<StageData>()!;
}