rectCollision property

Rect get rectCollision

Implementation

Rect get rectCollision {
  return _collisionConfig?.rect ?? Rect.zero;
}