GridPainter constructor
GridPainter({})
Implementation
GridPainter({
required this.xDensity,
required this.yDensity,
this.showLines = true,
this.showDots = false,
this.lineColor = const Color(0xFFE0E0E0),
this.lineWidth = 1.0,
this.dotColor = const Color(0xFFE0E0E0),
this.dotRadius = 1.5,
});