debugBoundsStrokePaint property

Paint debugBoundsStrokePaint
getter/setter pair

Implementation

late Paint debugBoundsStrokePaint = Paint()
  ..color = debugCellColor
  ..style = PaintingStyle.stroke;