hiddenPaint property

Paint hiddenPaint
final

The paint to use in the area that the lidar cannot see.

Implementation

final hiddenPaint = Paint()
  ..color = Colors.grey
  ..style = PaintingStyle.fill;