of static method

Implementation

static MultipleTapGestureDetector? of(BuildContext context) {
  return context
      .dependOnInheritedWidgetOfExactType<MultipleTapGestureDetector>();
}