Rectangle constructor

const Rectangle(
  1. Vector2 size
)

Implementation

const Rectangle(this.size);