BordersSize constructor

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

Create the borders sizes.

Implementation

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