SmartRating constructor
const
SmartRating({
- Key? key,
- double value = 0.0,
- SmartIconData? icon,
- Color? iconColor,
- Color? surface,
Implementation
const SmartRating({
super.key,
this.value = 0.0,
this.icon,
this.iconColor,
this.surface,
});