Margins constructor
const
Margins({})
Implementation
const Margins({
this.left,
this.right,
this.inlineEnd,
this.inlineStart,
this.top,
this.bottom,
this.blockEnd,
this.blockStart,
});
const Margins({
this.left,
this.right,
this.inlineEnd,
this.inlineStart,
this.top,
this.bottom,
this.blockEnd,
this.blockStart,
});