DrawTriangleShape constructor
Implementation
DrawTriangleShape(
{this.backgroundColor = Colors.black, this.with3DEffect = false}) {
painter = Paint()
..color = this.backgroundColor
..style = PaintingStyle.fill;
}
DrawTriangleShape(
{this.backgroundColor = Colors.black, this.with3DEffect = false}) {
painter = Paint()
..color = this.backgroundColor
..style = PaintingStyle.fill;
}