ScaleAnimatedText constructor
const
ScaleAnimatedText({})
Implementation
const ScaleAnimatedText({
Key? key,
required this.text,
this.textStyle,
this.scalingFactor = 0.2,
this.duration,
}) : super(key: key);