maybeOf static method

Implementation

static ScaleInheritedStateContainer? maybeOf(BuildContext context) {
  return context
      .dependOnInheritedWidgetOfExactType<ScaleInheritedStateContainer>();
}