AdStarsConfig constructor

AdStarsConfig({
  1. bool visible = true,
  2. int size = 14,
  3. String starsColor = '#0747A1',
  4. String emptyStarsColor = '#FFFFFF',
})

Implementation

AdStarsConfig({
  this.visible = true,
  this.size = 14,
  this.starsColor = '#0747A1',
  this.emptyStarsColor = '#FFFFFF',
});