position property
Position of the viewport's anchor in the parent's coordinate frame.
Changing this position will move the viewport around the screen, but will not affect which portion of the game world is visible. Thus, the game world will appear as a static picture inside the viewport.
Implementation
@override
Vector2 get position => _position;