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