GraphPainter2 constructor

GraphPainter2(
  1. Test test,
  2. int mOffset,
  3. int gridPerMin, {
  4. Interpretations2? interpretations,
  5. int displayFhr = 0,
})

Implementation

GraphPainter2(this.test, this.mOffset, this.gridPerMin,
    {this.interpretations, this.displayFhr = 0});