w property

Implementation

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