CuReRating constructor
const
CuReRating({})
Implementation
const CuReRating({
super.key,
this.max,
this.icon,
this.onTap,
required this.rating,
this.color,
this.disabled,
this.size,
});
const CuReRating({
super.key,
this.max,
this.icon,
this.onTap,
required this.rating,
this.color,
this.disabled,
this.size,
});