BlockMovementCallback typedef

BlockMovementCallback = bool Function(Set<Vector2> intersectionPoints, GameComponent other)

Implementation

typedef BlockMovementCallback = bool Function(
  Set<Vector2> intersectionPoints,
  GameComponent other,
);