Pair constructor

Pair([
  1. Shape? shape1,
  2. Shape? shape2
])

A pair of shapes that may collide.

Implementation

Pair([this.shape1,this.shape2]);