hiddenPaint property
final
The paint to use in the area that the lidar cannot see.
Implementation
final hiddenPaint = Paint()
..color = Colors.grey
..style = PaintingStyle.fill;
The paint to use in the area that the lidar cannot see.
final hiddenPaint = Paint()
..color = Colors.grey
..style = PaintingStyle.fill;