FastStarRating constructor
const
FastStarRating({})
Implementation
const FastStarRating({
super.key,
this.maxRating = 5,
this.initialRating = 0,
this.onRatingChanged,
this.emptyColor,
this.filledColor,
this.size = kFastIconSizeSmall,
this.disabled = false,
this.readOnly = false,
});