linePainter property

Paint linePainter
final

Implementation

static final linePainter = Paint()
  ..style = PaintingStyle.stroke
  ..strokeWidth = 1.2
  ..color = Colors.blue;