TrianglePainterLeft constructor
TrianglePainterLeft({
- Color strokeColor = Colors.black,
- double strokeWidth = 3,
- PaintingStyle paintingStyle = PaintingStyle.stroke,
Implementation
TrianglePainterLeft(
{this.strokeColor = Colors.black,
this.strokeWidth = 3,
this.paintingStyle = PaintingStyle.stroke});