RPSCustomTriangle constructor

RPSCustomTriangle({
  1. Color color = const Color(0xffFB8C00),
})

Implementation

RPSCustomTriangle({this.color = const Color(0xffFB8C00)});