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