StarScore constructor

const StarScore({
  1. Star star = const Star(),
  2. double score = 0,
  3. Widget? tail,
})

Implementation

const StarScore({this.star = const Star(), this.score=0, this.tail});