const CustomRating( {this.max = 5, this.score = 0, this.star = const Star(), required this.onRating,Key? key}) :super(key: key);