dg property

Implementation

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