debugBoundsFillPaint property

Paint debugBoundsFillPaint
getter/setter pair

Implementation

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