wh property

Implementation

EdgeInsets get wh => copyWith(
      left: left.w,
      top: top.h,
      right: right.w,
      bottom: bottom.h,
    );