of static method
Implementation
static PipFlutterPlayerMultipleGestureDetector? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<
PipFlutterPlayerMultipleGestureDetector>();
}
static PipFlutterPlayerMultipleGestureDetector? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<
PipFlutterPlayerMultipleGestureDetector>();
}