StarShape constructor
StarShape({
- required int noOfPoints,
Implementation
StarShape({required this.noOfPoints}) : assert(noOfPoints > 3);
StarShape({required this.noOfPoints}) : assert(noOfPoints > 3);