StarsConfig constructor
const
StarsConfig({})
Implementation
const StarsConfig({
this.starCount = 75,
this.minStarSize = .5,
this.maxStarSize = 3,
this.colors = const <Color>[Colors.white]
});
const StarsConfig({
this.starCount = 75,
this.minStarSize = .5,
this.maxStarSize = 3,
this.colors = const <Color>[Colors.white]
});