AbsorbPointer constructor Null safety
Creates a widget that absorbs pointers during hit testing.
The absorbing argument must not be null.
Implementation
const AbsorbPointer({
super.key,
this.absorbing = true,
super.child,
this.ignoringSemantics,
}) : assert(absorbing != null);