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