NiceRatings constructor
Implementation
const NiceRatings({
super.key,
this.value = 0,
this.onChanged,
this.maxStars = 5,
this.size = 24,
this.color,
this.showValue = false,
this.showCount = false,
this.count = 0,
this.readOnly = false,
});