allocAt static method

Rect allocAt(
  1. num x,
  2. num y,
  3. num w,
  4. num h,
)

Implementation

static _i3.Rect allocAt(
  _i2.num x,
  _i2.num y,
  _i2.num w,
  _i2.num h,
) =>
    _i4.callMethod(
      _declaredRect,
      'allocAt',
      [
        x,
        y,
        w,
        h,
      ],
    );