dragInteractionStream property

Stream<PointAnnotationInteractionContext> get dragInteractionStream

Broadcast stream of raw drag interaction contexts. The facade's dragEvents filters by gestureState to dispatch begin/changed/end.

Implementation

Stream<PointAnnotationInteractionContext> get dragInteractionStream;