localTranslation
The represented gesture recognizer’s current translation in the coordinate space of the SwiftUI view it’s attached to, or nil if the represented gesture recognizer doesn’t respond to -translationInView: selector.
Declaration
var localTranslation: CGPoint? { get }