of static method

Implementation

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