StarShape constructor

StarShape({
  1. required int noOfPoints,
})

Implementation

StarShape({required this.noOfPoints}) : assert(noOfPoints > 3);