StarPainter constructor

StarPainter({
  1. required Color color,
  2. double rotation = 0.0,
})

Implementation

StarPainter({
  required this.color,
  this.rotation = 0.0,
});