completeText method

Widget completeText(
  1. BuildContext context
)

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);