NiceRating constructor
const
NiceRating({})
Implementation
const NiceRating({
super.key,
required this.value,
this.onChanged,
this.max = 5,
this.icon = Icons.star,
this.emptyIcon = Icons.star_border,
this.halfIcon = Icons.star_half,
this.size = 28,
this.color,
this.allowHalf = false,
this.readOnly = false,
this.label,
});