h property

Implementation

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