The axis-aligned bounding box of the Hitbox, this is used to make a rough estimation of whether two hitboxes can possibly collide or not.
@override Aabb2 get aabb => _validAabb ? _aabb : _recalculateAabb();