dragInteractionStream property

Stream<CircleAnnotationInteractionContext> get dragInteractionStream

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

Implementation

Stream<CircleAnnotationInteractionContext> get dragInteractionStream;