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