Edge constructor

Edge({
  1. double? yMin,
  2. double? yMax,
  3. double? x,
  4. double? slope,
})

Implementation

Edge({this.yMin, this.yMax, this.x, this.slope});