origin property

Offset get origin
inherited

Returns the origin of the camera.

Implementation

Offset get origin =>
    camera.projectAtZoom(camera.center) - camera.size.center(Offset.zero);