awh property

EdgeInsets get awh

Implementation

EdgeInsets get awh => copyWith(
      left: left.aw,
      top: top.ah,
      right: right.aw,
      bottom: bottom.ah,
    );