TrianglePainter constructor

TrianglePainter({
  1. bool isDown = true,
  2. Color color = const Color.fromARGB(0, 0, 0, 0),
})

Implementation

TrianglePainter(
    {this.isDown = true, this.color = const Color.fromARGB(0, 0, 0, 0)});