When
false, the component and all its descendants become transparent to touch and click events. Events pass through to views behind it.Support
Usage
Make an overlay pass through touches
Disable interaction on a watermark
Notes
Unlike disabled,allowsHitTesting(false) does not dim the component visually. It only affects whether the component receives interaction events.