ZeroRatingStyle constructor

const ZeroRatingStyle({
  1. Color? activeColor,
  2. Color? inactiveColor,
  3. double? spacing,
})

Implementation

const ZeroRatingStyle({
  this.activeColor,
  this.inactiveColor,
  this.spacing,
});