asRect property

Rect asRect

Implementation

Rect get asRect => Rect.fromLTWH(
      left.toDouble(),
      top.toDouble(),
      width.toDouble(),
      height.toDouble(),
    );