Triangle constructor

Triangle({
  1. Color color = const Color(0xff000000),
})

Implementation

Triangle({this.color = const Color(0xff000000)});