Border constructor

const Border([
  1. int? top,
  2. int? left,
  3. int? bottom,
  4. int? right,
])

Implementation

const Border([this.top, this.left, this.bottom, this.right]);