Position constructor

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

Implementation

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