touchOffset property

Offset? touchOffset
final

The global position of the touch point as an Offset, or null if the event is triggered by a button press.

This represents the touch location that initiates or interacts with the back gesture. When null, it indicates the gesture was not started by a touch event, such as a back button press in devices with hardware buttons.

Implementation

final Offset? touchOffset;