TrianglePainter constructor
Implementation
TrianglePainter({
required this.triangles,
required this.animationValue,
required this.screenSize,
required this.trianglePaint,
required this.borderPaint,
});
TrianglePainter({
required this.triangles,
required this.animationValue,
required this.screenSize,
required this.trianglePaint,
required this.borderPaint,
});