FxStarRating constructor
FxStarRating({})
Implementation
FxStarRating(
{this.rating = 5,
this.size = 16,
this.spacing = 0,
this.activeColor = Colors.yellow,
this.inactiveColor = Colors.black,
this.inactiveStarFilled = false,
this.showInactive = true});