Star constructor
const
Star({})
Implementation
const Star(
{this.progress = 0,
this.fat = 0.5,
this.fillColor = Colors.yellow,
this.emptyColor = Colors.grey,
this.num = 5,
this.size = 25});
const Star(
{this.progress = 0,
this.fat = 0.5,
this.fillColor = Colors.yellow,
this.emptyColor = Colors.grey,
this.num = 5,
this.size = 25});