equalsApprox method
(undocumented) True when the given Margin is nearly equal to this Margin. @param {Margin} m The Margin to compare to the current Margin. @return {boolean} True if the two Margins have Top, Right, Bottom and Left values within 0.5, false otherwise.
Implementation
_i2.bool equalsApprox(_i3.Margin m) => _i4.callMethod(
this,
'equalsApprox',
[m],
);