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