debugVertexFillPaint property
Implementation
late Paint debugVertexFillPaint = Paint()
..color = debugVertexColor.withAlpha(32)
..style = PaintingStyle.fill;
late Paint debugVertexFillPaint = Paint()
..color = debugVertexColor.withAlpha(32)
..style = PaintingStyle.fill;