AtTimeCoordinate constructor

const AtTimeCoordinate(
  1. DateTime time,
  2. double y
)

time determines cartesian (axis based) horizontally position

y determines cartesian (axis based) vertically position 0 means most bottom point of the chart

Implementation

const AtTimeCoordinate(this.time, this.y);