RatingStars constructor
const
RatingStars({})
Implementation
const RatingStars({
super.key,
required this.builder,
this.starCount = 5,
this.onChanged,
this.starSize = const Size(20, 20),
this.starSpacing = 4,
this.value = 0.0,
this.step = 0.5,
this.rounded = false,
this.minStars = 0,
this.enable = true,
this.followChanged = false,
});