StarsRating constructor
const
StarsRating({})
Stars Rating constructor.
Implementation
const StarsRating({
required this.level,
required this.currentLevelStars,
required this.stars,
this.nextLevelStars,
}) : super._();