FlickerAnimatedText constructor
FlickerAnimatedText(})
Implementation
FlickerAnimatedText(
String text, {
TextAlign textAlign = TextAlign.start,
TextStyle? textStyle,
this.speed = const Duration(milliseconds: 1600),
this.entryEnd = 0.5,
}) : super(
text: text,
textStyle: textStyle,
duration: speed,
);