rectCollision property

Rect get rectCollision
inherited

Implementation

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