linePainter property

Paint linePainter
getter/setter pair

Implementation

Paint linePainter = Paint()
  ..color = Colors.white
  ..strokeWidth = 2
  ..style = PaintingStyle.stroke;