Whether the object is colliding with other or not.
other
@override bool collidingWith(Hitbox other) { return _activeCollisions != null && activeCollisions.contains(other); }