EdgeInsetsGeometryDto<Self extends EdgeInsetsGeometryDto<Self> > constructor
const
EdgeInsetsGeometryDto<Self extends EdgeInsetsGeometryDto<Self> > ({})
Implementation
const EdgeInsetsGeometryDto({
this.top,
this.bottom,
this.left,
this.right,
this.start,
this.end,
});