Rect constructor

const Rect(
  1. Point<double> min,
  2. Point<double> max
)

Implementation

const Rect(this.min, this.max);