Is it safe to use _onButtonGesture in production?
[SwiftUI] _onButtonGesture API
It is a public API, but the underscore hints we should treat it as if it were private. Generally it's not recommended, but it can be useful in certain scenarios.
Is it safe to use _onButtonGesture in production?
It is a public API, but the underscore hints we should treat it as if it were private. Generally it's not recommended, but it can be useful in certain scenarios.