GraphPainter constructor

GraphPainter(
  1. Test? test,
  2. int mOffset,
  3. int? gridPerMin,
  4. Interpretations2? interpretations,
)

Implementation

GraphPainter(this.test, this.mOffset, this.gridPerMin, this.interpretations);