SparklesText constructor
const
SparklesText({})
Implementation
const SparklesText({
Key? key,
required this.child,
this.sparklesCount = 10,
this.firstColor = const Color(0xFF9E7AFF),
this.secondColor = const Color(0xFFFE8BBB),
this.sparkleScale = 1.0,
}) : super(key: key);