BlockAreaPointEvent typedef

BlockAreaPointEvent = ({BlockArea<Object> blockArea, Offset globalPosition, Offset localPosition})

Block pointer event record

Implementation

typedef BlockAreaPointEvent = ({
  BlockArea blockArea,
  Offset globalPosition,
  Offset localPosition
});