StarRating constructor
const
StarRating({})
Implementation
const StarRating({
Key? key,
required this.onChanged,
required this.value,
required this.filledStar,
required this.unfilledStar,
required this.filledColor,
}) : super(key: key);