GridPainter constructor
Creates a GridPainter.
Implementation
GridPainter({
required this.color,
this.columns = 1,
this.rows = 1,
}) : super(strokeWidth: 0) {
gridPaint.color = color;
}
Creates a GridPainter.
GridPainter({
required this.color,
this.columns = 1,
this.rows = 1,
}) : super(strokeWidth: 0) {
gridPaint.color = color;
}