rect property

Rect get rect

Returns a Rect that encloses both the start and end points of the arc.

Implementation

Rect get rect => Rect.fromPoints(this, location);