accessibilityActivationPoint(_:)
The activation point for an element is the location assistive technologies use to initiate gestures.
Declaration
nonisolated func accessibilityActivationPoint(_ activationPoint: CGPoint) -> ModifiedContent<Content, Modifier>Discussion
Use this modifier to ensure that the activation point for a small element remains accurate even if you present a larger version of the element to VoiceOver.
If an activation point is not provided, an activation point will be derrived from one of the accessibility elements decendents or from the center of the accessibility frame.