ahs method

EdgeInsets ahs(
  1. num scale
)

Implementation

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