PolygonAnnotationInteractionContext constructor

PolygonAnnotationInteractionContext(
  1. {required PolygonAnnotation annotation,
  2. required GestureState gestureState}
)

Implementation

PolygonAnnotationInteractionContext({
  required this.annotation,
  required this.gestureState,
});