offset property
Vector2D
get
offset
Camera offset (screen space offset from window origin)
Implementation
Vector2D get offset => _offset = field_offset.readOr(op, _offset);
set
offset
(Vector2D value)
Implementation
set offset(Vector2D value) => _offset = field_offset.writeOr(op, value);