StarSource constructor

const StarSource(
  1. int points,
  2. double rOuter,
  3. double rInner, {
  4. double rotation = 0,
})

Implementation

const StarSource(this.points, this.rOuter, this.rInner, {this.rotation = 0});