SnowfallWidget constructor
const
SnowfallWidget({})
Implementation
const SnowfallWidget({
Key? key,
this.numberOfSnowflakes = 100,
this.windIntensity = 0.1,
this.gravity = 0.1,
this.size, // Accepts size parameter
}) : super(key: key);