setTo method
Modify this Margin with new Top, Right, Bottom, and Left values. @param {number} t top. @param {number} r right. @param {number} b bottom. @param {number} l left. @return {Margin} this.
Implementation
_i3.Margin setTo(
_i2.num t,
_i2.num r,
_i2.num b,
_i2.num l,
) =>
_i4.callMethod(
this,
'setTo',
[
t,
r,
b,
l,
],
);