AnimatedText constructor
AnimatedText({})
Implementation
AnimatedText({
required this.text,
this.textAlign = TextAlign.start,
this.textStyle,
required this.duration,
}) : textCharacters = text.characters;
AnimatedText({
required this.text,
this.textAlign = TextAlign.start,
this.textStyle,
required this.duration,
}) : textCharacters = text.characters;