defaultLinePaint property

Paint get defaultLinePaint

Implementation

static Paint get defaultLinePaint => Paint()
  ..strokeWidth = 2
  ..color = Colors.red.shade900;