Margin constructor

const Margin({
  1. int top = 0,
  2. int left = 0,
})

Implementation

const Margin({this.top = 0, this.left = 0});