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