aws method

EdgeInsets aws(
  1. num scale
)

Implementation

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