TrianglePainter constructor

TrianglePainter({
  1. required Color fillColor,
  2. bool isPointingUp = true,
})

Implementation

TrianglePainter({required this.fillColor, this.isPointingUp = true,});