PointerInterceptor constructor
PointerInterceptor({})
Create a PointerInterceptor wrapping a child.
Implementation
// ignore: prefer_const_constructors_in_immutables
PointerInterceptor({
required this.child,
this.intercepting = true,
this.debug = false,
super.key,
});