toRect method

Rect toRect()

Creates a Rect starting in origin and going the Offset

Implementation

Rect toRect() => Rect.fromLTWH(0, 0, dx, dy);