LayoutMargin constructor

LayoutMargin(
  1. int left,
  2. int top,
  3. int right,
  4. int bottom,
)

Implementation

LayoutMargin(this.left, this.top, this.right, this.bottom);