CardRating constructor
const
CardRating({})
Implementation
const CardRating({
Key? key,
required this.rating,
this.maxRating = 5,
this.starSize = 16.0,
this.filledColor,
this.emptyColor,
this.showRatingNumber = true,
this.customText,
this.textStyle,
this.spacing = 2.0,
this.onRatingChanged,
}) : super(key: key);