debugBoundsFillPaint property
Implementation
late Paint debugBoundsFillPaint = Paint()
..color = debugCellColor.withAlpha(32)
..style = PaintingStyle.fill;
late Paint debugBoundsFillPaint = Paint()
..color = debugCellColor.withAlpha(32)
..style = PaintingStyle.fill;