TrianglePainterLeft constructor

TrianglePainterLeft({
  1. Color strokeColor = Colors.black,
  2. double strokeWidth = 3,
  3. PaintingStyle paintingStyle = PaintingStyle.stroke,
})

Implementation

TrianglePainterLeft(
    {this.strokeColor = Colors.black,
    this.strokeWidth = 3,
    this.paintingStyle = PaintingStyle.stroke});