getRect method

Rect getRect()

Return Rect from RRect

Implementation

Rect getRect() => Rect.fromLTRB(
      left,
      top,
      right,
      bottom,
    );