Gesture
An instance that matches a sequence of events to a gesture, and returns a stream of values for each of its states.
Declaration
@MainActor @preconcurrency protocol Gesture<Value>Overview
Create custom gestures by declaring types that conform to the Gesture protocol.