DrawTriangleShape constructor
DrawTriangleShape()
Implementation
DrawTriangleShape() {
painter = Paint()
..color = Colors.white
..style = PaintingStyle.fill;
}
DrawTriangleShape() {
painter = Paint()
..color = Colors.white
..style = PaintingStyle.fill;
}