PRectangle.fromDimension constructor
PRectangle.fromDimension(
- num x,
- num y,
- PDimension dimension
Implementation
PRectangle.fromDimension(num x, num y, PDimension dimension)
: this(x, y, dimension.width, dimension.height);