TwinklingStarsBackground constructor
const
TwinklingStarsBackground({})
Implementation
const TwinklingStarsBackground({
super.key,
required this.child,
this.starCount = 100,
this.includeBigStars = true,
this.starColors = const [Colors.white],
this.starShapes = const [StarShape.fivePoint],
this.sizeMultiplier = 1,
});