of static method

Implementation

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