of static method

StageData of(
  1. BuildContext context
)

Implementation

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