boxBorder property

Paint boxBorder
latefinal

The paint to use on the border around the lidar view.

Implementation

late final boxBorder = Paint()
  ..color = pointColor
  ..style = PaintingStyle.stroke
  ..strokeWidth = 1.0;