GridPainter constructor

GridPainter(
  1. double devWidth,
  2. double devHeight,
  3. Color gridColor,
  4. double gridSize
)

Implementation

GridPainter(this.devWidth, this.devHeight, this.gridColor, this.gridSize);