copy method
Create a copy of this Margin, with the same values. @expose @return {Margin}
Implementation
_i3.Margin copy() => _i4.callMethod(
this,
'copy',
[],
);
Create a copy of this Margin, with the same values. @expose @return {Margin}
_i3.Margin copy() => _i4.callMethod(
this,
'copy',
[],
);