offsetToVector2 function
This method converts the corresponding Offset to Vector2
Implementation
vector.Vector2 offsetToVector2(Offset offset) =>
vector.Vector2(offset.dx, offset.dy);
This method converts the corresponding Offset to Vector2
vector.Vector2 offsetToVector2(Offset offset) =>
vector.Vector2(offset.dx, offset.dy);