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