rect property

Rect rect

Implementation

Rect get rect => Rect.fromLTWH(
      offset.dx,
      offset.dy,
      width,
      height,
    );