StarRatingTheme constructor

const StarRatingTheme({
  1. Color? activeColor,
  2. Color? backgroundColor,
  3. double? starSize,
  4. double? starSpacing,
})

Creates a StarRatingTheme.

Implementation

const StarRatingTheme({
  this.activeColor,
  this.backgroundColor,
  this.starSize,
  this.starSpacing,
});