Triangle constructor

Triangle(
  1. Color bgColor
)

Implementation

Triangle(this.bgColor);