Bounds constructor

const Bounds(
  1. Vector2 offset,
  2. Vector2 size
)

Implementation

const Bounds(this.offset, this.size);