RatingReviewIndicator constructor
RatingReviewIndicator(- {String starRating,
- double starFiveValue,
- double starFourValue,
- double starThreeValue,
- double startOneValue,
- double starTwoValue,
- String fontName,
- Color starRatingTextColor,
- Color barBackgroundColor,
- Color barTintColor,
- Color indexingColor}
)
Implementation
RatingReviewIndicator({
this.starRating,this.starFiveValue,this.starFourValue,this.starThreeValue,this.startOneValue,this.starTwoValue,
this.headerText,this.headerTextColor,this.fontName,this.starRatingTextColor,this.barBackgroundColor,this.barTintColor,this.indexingColor});