toSize method

Size toSize()

Creates a Size from the Vector2

Implementation

Size toSize() => Size(x, y);