rect static method

Path rect(
  1. Rect rect
)

Implementation

static Path rect(Rect rect) {
  return _rectPath(rect);
}