of static method

Implementation

static ZoomGestureDetectorScope? of(BuildContext context) {
  final ZoomGestureDetectorScope? scope =
      context.dependOnInheritedWidgetOfExactType<ZoomGestureDetectorScope>();
  return scope;
}