Margins constructor

const Margins({
  1. Margin? left,
  2. Margin? right,
  3. Margin? top,
  4. Margin? bottom,
})

Implementation

const Margins({this.left, this.right, this.top, this.bottom});