completeText method
Widget showing the complete text (when animation is complete or paused). By default, it shows a Text widget, but this may be overridden.
Implementation
Widget completeText(BuildContext context) => textWidget(text);
Widget showing the complete text (when animation is complete or paused). By default, it shows a Text widget, but this may be overridden.
Widget completeText(BuildContext context) => textWidget(text);