ahs method
Implementation
EdgeInsets ahs(num scale) => copyWith(
left: left.ahs(scale),
top: top.ahs(scale),
right: right.ahs(scale),
bottom: bottom.ahs(scale),
);
EdgeInsets ahs(num scale) => copyWith(
left: left.ahs(scale),
top: top.ahs(scale),
right: right.ahs(scale),
bottom: bottom.ahs(scale),
);