Triangle constructor
Triangle({
- Color color = const Color(0xff000000),
Implementation
Triangle({this.color = const Color(0xff000000)});
Triangle({this.color = const Color(0xff000000)});