resizeBy function
Implementation
void resizeBy(
_i2.num x,
_i2.num y,
) {
_i4.callMethod(
_self,
'resizeBy',
[
x,
y,
],
);
}
void resizeBy(
_i2.num x,
_i2.num y,
) {
_i4.callMethod(
_self,
'resizeBy',
[
x,
y,
],
);
}