boxBorder property
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;
The paint to use on the border around the lidar view.
late final boxBorder = Paint()
..color = pointColor
..style = PaintingStyle.stroke
..strokeWidth = 1.0;