dm property

Implementation

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