LinePainter constructor
LinePainter({})
Implementation
LinePainter(
{required this.p1,
required this.p2,
required this.color,
this.type = "normal", // normal | dashed
this.strokeWidth = 1});
LinePainter(
{required this.p1,
required this.p2,
required this.color,
this.type = "normal", // normal | dashed
this.strokeWidth = 1});