TrianglePainter constructor
TrianglePainter({
- Color strokeColor = Colors.black,
- double strokeWidth = 0,
- PaintingStyle paintingStyle = PaintingStyle.stroke,
- double blurRadius = 0,
- bool upsideDown = false,
Implementation
TrianglePainter(
{this.strokeColor = Colors.black,
this.strokeWidth = 0,
this.paintingStyle = PaintingStyle.stroke,
this.blurRadius = 0,
this.upsideDown = false});