original property
final
The original un-transformed PointerEvent before any transforms were applied.
If transform is null or the identity transformation this may be null.
When multiple event receivers in different coordinate spaces receive an event, they all receive the event transformed to their local coordinate space. The original property can be used to determine if all those transformed events actually originated from the same pointer interaction.
Implementation
final PointerEvent? original;