boundRect property

Rect get boundRect

Implementation

Rect get boundRect => Rect.fromLTRB(_x0.toDouble(), _y0.toDouble(), _x1.toDouble(), _y1.toDouble());