toRect method

Rect toRect()

Creates a Rect starting in min and going the max

Implementation

Rect toRect() => Rect.fromLTRB(min.x, min.y, max.x, max.y);