debugVertexFillPaint property

Paint debugVertexFillPaint
getter/setter pair

Implementation

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