Size constructor

Size([
  1. num? w,
  2. num? h
])

Implementation

factory Size([
  _i2.num? w,
  _i2.num? h,
]) =>
    _i4.callConstructor(
      _declaredSize,
      [
        w ?? _i5.undefined,
        h ?? _i5.undefined,
      ],
    );