StarRatingTheme constructor
const
StarRatingTheme({})
Creates a StarRatingTheme.
Implementation
const StarRatingTheme({
this.activeColor,
this.backgroundColor,
this.starSize,
this.starSpacing,
});
Creates a StarRatingTheme.
const StarRatingTheme({
this.activeColor,
this.backgroundColor,
this.starSize,
this.starSpacing,
});