EdgeInsetsGeometryDto<Self extends EdgeInsetsGeometryDto<Self>> constructor

const EdgeInsetsGeometryDto<Self extends EdgeInsetsGeometryDto<Self>>({
  1. double? top,
  2. double? bottom,
  3. double? left,
  4. double? right,
  5. double? start,
  6. double? end,
})

Implementation

const EdgeInsetsGeometryDto({
  this.top,
  this.bottom,
  this.left,
  this.right,
  this.start,
  this.end,
});