StarRating constructor

const StarRating(
  1. double rating, {
  2. Key? key,
})

Implementation

const StarRating(this.rating, {super.key});